C# Class Microsoft.WindowsAzure.Commands.Utilities.CloudService.AddRole

Creates basic scaffolding structure for azure web/worker role.
Inheritance: CmdletBase
Datei anzeigen Open project: AzureRT/azure-sdk-tools

Private Properties

Property Type Description
ExecuteCmdlet void

Public Methods

Method Description
AddRole ( string scaffolding, string successMessage, bool isWebRole ) : Common.System

Constructs new AddRole instance.

Protected Methods

Method Description
OnProcessing ( RoleInfo roleInfo ) : void

Private Methods

Method Description
ExecuteCmdlet ( ) : void

Method Details

AddRole() public method

Constructs new AddRole instance.
public AddRole ( string scaffolding, string successMessage, bool isWebRole ) : Common.System
scaffolding string The scaffolding path
successMessage string The verbose message to emit when the cmdlet succeed
isWebRole bool Flag that indicates role is web or worker
return Common.System

OnProcessing() protected method

protected OnProcessing ( RoleInfo roleInfo ) : void
roleInfo RoleInfo
return void