你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ICloudService.StartCloudService Property

Definition

(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.Runtime.Info(Description="(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.\r\n        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.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="startCloudService")]
public bool? StartCloudService { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is `true`.\r\n        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.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="startCloudService")>]
member this.StartCloudService : Nullable<bool> with get, set
Public Property StartCloudService As Nullable(Of Boolean)

Property Value

Attributes

Applies to