你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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