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