共用方式為


Job.ProvisioningState 屬性

定義

取得布建狀態。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public string ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : string
Public ReadOnly Property ProvisioningState As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

Batch AI 作業的布建狀態。 可能的值包括:'create'、'succeeded'、'failed'、'刪除'

適用於