Share via


DscConfiguration.ProvisioningState Property

Definition

Gets or sets the provisioning state of the configuration. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to