Share via


PrivateEndpointConnection.ProvisioningState Property

Definition

Gets the provisioning state of the private endpoint connection.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")]
public Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState ProvisioningState { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.provisioningState")>]
member this.ProvisioningState : Microsoft.Azure.Management.Batch.Models.PrivateEndpointConnectionProvisioningState
Public ReadOnly Property ProvisioningState As PrivateEndpointConnectionProvisioningState

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values include: 'Creating', 'Updating', 'Deleting', 'Succeeded', 'Failed', 'Cancelled'

Applies to