Share via


SearchServiceSharedPrivateLinkResourceProvisioningState Struct

Definition

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

Equality(SearchServiceSharedPrivateLinkResourceProvisioningState, SearchServiceSharedPrivateLinkResourceProvisioningState)

Determines if two SearchServiceSharedPrivateLinkResourceProvisioningState values are the same.

Implicit(String to SearchServiceSharedPrivateLinkResourceProvisioningState)

Converts a string to a SearchServiceSharedPrivateLinkResourceProvisioningState.

Inequality(SearchServiceSharedPrivateLinkResourceProvisioningState, SearchServiceSharedPrivateLinkResourceProvisioningState)

Determines if two SearchServiceSharedPrivateLinkResourceProvisioningState values are not the same.

Applies to