프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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.
|
public AddAzureCacheWorkerRoleCommand ( ) : System | ||
리턴 | System |