C# Class Microsoft.WindowsAzure.Management.CloudService.Cmdlet.AddAzureCacheWorkerRoleCommand

Inheritance: Microsoft.WindowsAzure.Management.Cmdlets.Common.CmdletBase
Show file Open project: OctopusDeploy/azure-sdk-tools

Private Properties

Property Type Description
AddAzureCacheWorkerRoleProcess WorkerRole
AddCacheConfiguration void
CachingConfigurationFactoryMethod AzureService
ExecuteCmdlet void
Version180Configuration AzureService

Public Methods

Method Description
AddAzureCacheWorkerRoleCommand ( ) : System

Creates new instance from AddAzureCacheWorkerRoleCommand

Private Methods

Method Description
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.

Method Details

AddAzureCacheWorkerRoleCommand() public method

Creates new instance from AddAzureCacheWorkerRoleCommand
public AddAzureCacheWorkerRoleCommand ( ) : System
return System