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

Name Value Description
Creating 0

The connection is creating.

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.

Deleting 2

The connection is deleting.

Succeeded 3

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

Failed 4

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

Cancelled 5

The user has cancelled the connection creation.

Applies to