Property | Type | Description | |
---|---|---|---|
CreateDeploymentCommand | System |
Method | Description | |
---|---|---|
CreatePayload ( ) : string |
The Xml payload that is created and sent to the Fabric with the create deployment parameters
|
Method | Description | |
---|---|---|
CreateDeploymentCommand ( string serviceName, string deploymentName, string packageUri, string config, DeploymentSlot slot, bool startDeployment = true, bool treatWarningsAsErrors = false ) : System |
Constructs a command to create a deployment to a particular cloud service
|