BatchPrivateEndpointConnectionProvisioningState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The provisioning state of the private endpoint connection.
public enum BatchPrivateEndpointConnectionProvisioningState
type BatchPrivateEndpointConnectionProvisioningState =
Public Enum BatchPrivateEndpointConnectionProvisioningState
- Inheritance
-
BatchPrivateEndpointConnectionProvisioningState
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. |