共用方式為


DscConfiguration.State 屬性

定義

取得或設定組態的狀態。 可能的值包括:'New'、'Edit'、'Published'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.state")]
public string State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.state")>]
member this.State : string with get, set
Public Property State As String

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於