C# Class Elastacloud.AzureManagement.Fluent.Commands.Services.UpdateRoleStatusCommand

Used for updating the status of a role between running and suspended
Inheritance: ServiceCommand
Exibir arquivo Open project: azurecoder/fluent-management Class Usage Examples

Private Properties

Property Type Description
UpdateRoleStatusCommand System

Protected Methods

Method Description
CreatePayload ( ) : string

The Xml payload that is created and sent to the Fabric with the create deployment parameters

Private Methods

Method Description
UpdateRoleStatusCommand ( string serviceName, DeploymentSlot slot, UpdateDeploymentStatus status ) : System

Constructs a command to create an update to the status of a role

Method Details

CreatePayload() protected method

The Xml payload that is created and sent to the Fabric with the create deployment parameters
protected CreatePayload ( ) : string
return string