Share via


PrivateEndpointConnection.ProvisioningState Property

Definition

Gets or sets the provisioning state of the private endpoint connection resource. Possible values include: 'Succeeded', 'Creating', 'Deleting', 'Failed'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to