SearchPrivateLinkServiceConnectionProvisioningState Enum

Definition

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