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

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

Private Properties

Свойство Type Description
ExecuteCmdlet void

Méthodes publiques

Méthode Description
AddRole ( string scaffolding, string successMessage, bool isWebRole ) : Common.System

Constructs new AddRole instance.

Méthodes protégées

Méthode Description
OnProcessing ( RoleInfo roleInfo ) : void

Private Methods

Méthode Description
ExecuteCmdlet ( ) : void

Method Details

AddRole() public méthode

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
Résultat Common.System

OnProcessing() protected méthode

protected OnProcessing ( RoleInfo roleInfo ) : void
roleInfo RoleInfo
Résultat void