DeploymentCreateParameters.StartDeployment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. Indicates whether to start the deployment immediately after it is created. The default value is false. If false, the service model is still deployed to the virtual machines but the code is not run immediately. Instead, the service is Suspended until you call Update Deployment Status and set the status toRunning, at which time the service will be started. A deployed service still incurs charges, even if it is suspended.
public bool? StartDeployment { get; set; }
member this.StartDeployment : Nullable<bool> with get, set
Public Property StartDeployment As Nullable(Of Boolean)
Property Value
Applies to
Azure SDK for .NET