SearchPrivateLinkServiceConnectionProvisioningState 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 link service connection. Valid values are Updating, Deleting, Failed, Succeeded, Incomplete, or Canceled.
public enum SearchPrivateLinkServiceConnectionProvisioningState
type SearchPrivateLinkServiceConnectionProvisioningState =
Public Enum SearchPrivateLinkServiceConnectionProvisioningState
- Inheritance
-
SearchPrivateLinkServiceConnectionProvisioningState
Fields
Name | Value | Description |
---|---|---|
Updating | 0 | The private link service connection is in the process of being created along with other resources for it to be fully functional. |
Deleting | 1 | The private link service connection is in the process of being deleted. |
Failed | 2 | The private link service connection has failed to be provisioned or deleted. |
Succeeded | 3 | The private link service connection has finished provisioning and is ready for approval. |
Incomplete | 4 | Provisioning request for the private link service connection resource has been accepted but the process of creation has not commenced yet. |
Canceled | 5 | Provisioning request for the private link service connection resource has been canceled. |
Applies to
Azure SDK for .NET