SearchPrivateLinkServiceConnectionProvisioningState Struct
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 readonly struct SearchPrivateLinkServiceConnectionProvisioningState : IEquatable<Azure.ResourceManager.Search.Models.SearchPrivateLinkServiceConnectionProvisioningState>
type SearchPrivateLinkServiceConnectionProvisioningState = struct
Public Structure SearchPrivateLinkServiceConnectionProvisioningState
Implements IEquatable(Of SearchPrivateLinkServiceConnectionProvisioningState)
- Inheritance
-
SearchPrivateLinkServiceConnectionProvisioningState
- Implements
Constructors
SearchPrivateLinkServiceConnectionProvisioningState(String) |
Initializes a new instance of SearchPrivateLinkServiceConnectionProvisioningState. |
Properties
Canceled |
Provisioning request for the private link service connection resource has been canceled. |
Deleting |
The private link service connection is in the process of being deleted. |
Failed |
The private link service connection has failed to be provisioned or deleted. |
Incomplete |
Provisioning request for the private link service connection resource has been accepted but the process of creation has not commenced yet. |
Succeeded |
The private link service connection has finished provisioning and is ready for approval. |
Updating |
The private link service connection is in the process of being created along with other resources for it to be fully functional. |
Methods
Equals(SearchPrivateLinkServiceConnectionProvisioningState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Applies to
Azure SDK for .NET