Dela via


DeploymentCreateParameters.StartDeployment Property

Definition

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