次の方法で共有


DscConfiguration.ProvisioningState プロパティ

定義

構成のプロビジョニング状態を取得または設定します。 使用可能な値は次のとおりです: 'Succeeded'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.Automation.Models.DscConfigurationProvisioningState? ProvisioningState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Nullable<Microsoft.Azure.Management.Automation.Models.DscConfigurationProvisioningState> with get, set
Public Property ProvisioningState As Nullable(Of DscConfigurationProvisioningState)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象