C# 클래스 Microsoft.WindowsAzure.Management.CloudService.Cmdlet.AddAzureCacheWorkerRoleCommand

상속: Microsoft.WindowsAzure.Management.Cmdlets.Common.CmdletBase
파일 보기 프로젝트 열기: OctopusDeploy/azure-sdk-tools

Private Properties

프로퍼티 타입 설명
AddAzureCacheWorkerRoleProcess WorkerRole
AddCacheConfiguration void
CachingConfigurationFactoryMethod AzureService
ExecuteCmdlet void
Version180Configuration AzureService

공개 메소드들

메소드 설명
AddAzureCacheWorkerRoleCommand ( ) : System

Creates new instance from AddAzureCacheWorkerRoleCommand

비공개 메소드들

메소드 설명
AddAzureCacheWorkerRoleProcess ( string workerRoleName, int instances, string rootPath ) : WorkerRole
AddCacheConfiguration ( RoleSettings cacheRoleSettings, string connectionString = "" ) : void
CachingConfigurationFactoryMethod ( string rootPath, Model.RoleInfo cacheWorkerRole, string sdkVersion ) : AzureService
ExecuteCmdlet ( ) : void
Version180Configuration ( string rootPath, Model.RoleInfo cacheRoleInfo ) : AzureService

Configure the worker role for caching by: * Add caching module to the role imports. * Enable caching Diagnostic store. * Remove input endpoints. * Add caching configuration settings.

메소드 상세

AddAzureCacheWorkerRoleCommand() 공개 메소드

Creates new instance from AddAzureCacheWorkerRoleCommand
public AddAzureCacheWorkerRoleCommand ( ) : System
리턴 System