DeploymentCreateParameters::StartDeployment Property
Gets or sets whether to start the deployment immediately after it is created.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
The default value is false. If false, the service model is still deployed, but the code is not run immediately. Instead, the service is Suspended until you call a method to update the status. A deployed service still incurs charges, even if it is suspended.
Show: