SearchServiceSharedPrivateLinkResourceProvisioningState 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 shared private link resource. Valid values are Updating, Deleting, Failed, Succeeded or Incomplete.
public readonly struct SearchServiceSharedPrivateLinkResourceProvisioningState : IEquatable<Azure.ResourceManager.Search.Models.SearchServiceSharedPrivateLinkResourceProvisioningState>
type SearchServiceSharedPrivateLinkResourceProvisioningState = struct
Public Structure SearchServiceSharedPrivateLinkResourceProvisioningState
Implements IEquatable(Of SearchServiceSharedPrivateLinkResourceProvisioningState)
- Inheritance
-
SearchServiceSharedPrivateLinkResourceProvisioningState
- Implements
Constructors
SearchServiceSharedPrivateLinkResourceProvisioningState(String) |
Initializes a new instance of SearchServiceSharedPrivateLinkResourceProvisioningState. |
Properties
Deleting |
The shared private link resource is in the process of being deleted. |
Failed |
The shared private link resource has failed to be provisioned or deleted. |
Incomplete |
Provisioning request for the shared private link resource has been accepted but the process of creation has not commenced yet. |
Succeeded |
The shared private link resource has finished provisioning and is ready for approval. |
Updating |
The shared private link resource is in the process of being created along with other resources for it to be fully functional. |
Methods
Equals(SearchServiceSharedPrivateLinkResourceProvisioningState) |
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