CloudService.StartCloudService 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 cloud service immediately after it is created. The default value is true
.
If false, the service model is still deployed, but the code is not run immediately. Instead, the service is PoweredOff
until you call Start, at which time the service will be started. A deployed service still incurs charges, even if it is
poweredoff.
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.DoNotFormat]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Inlined)]
public bool? StartCloudService { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.DoNotFormat>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Origin(Microsoft.Azure.PowerShell.Cmdlets.CloudService.PropertyOrigin.Inlined)>]
member this.StartCloudService : Nullable<bool> with get, set
Public Property StartCloudService As Nullable(Of Boolean)
Property Value
Implements
- Attributes