Share via


PrivateEndpointConnectionProvisioningState Enum

Definition

Defines values for PrivateEndpointConnectionProvisioningState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum PrivateEndpointConnectionProvisioningState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type PrivateEndpointConnectionProvisioningState = 
Public Enum PrivateEndpointConnectionProvisioningState
Inheritance
PrivateEndpointConnectionProvisioningState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Cancelled 5

The user has cancelled the connection creation.

Creating 0

The connection is creating.

Deleting 2

The connection is deleting.

Failed 4

The user requested that the connection be updated and it failed. You may retry the update operation.

Succeeded 3

The connection status is final and is ready for use if Status is Approved.

Updating 1

The user has requested that the connection status be updated, but the update operation has not yet completed. You may not reference the connection when connecting the Batch account.

Applies to