C# Class Microsoft.WindowsAzure.Commands.CloudService.Development.Scaffolding.AddAzureCacheWorkerRoleCommand

Inheritance: CmdletBase
Show file Open project: AzureRT/azure-sdk-tools Class Usage Examples

Private Properties

Property Type Description
AddAzureCacheWorkerRoleProcess WorkerRole
ExecuteCmdlet void

Public Methods

Method Description
AddAzureCacheWorkerRoleCommand ( ) : Utilities.Common

Creates new instance from AddAzureCacheWorkerRoleCommand

Private Methods

Method Description
AddAzureCacheWorkerRoleProcess ( string workerRoleName, int instances, string rootPath ) : WorkerRole
ExecuteCmdlet ( ) : void

Method Details

AddAzureCacheWorkerRoleCommand() public method

Creates new instance from AddAzureCacheWorkerRoleCommand
public AddAzureCacheWorkerRoleCommand ( ) : Utilities.Common
return Utilities.Common