SearchServiceSharedPrivateLinkResourceStatus 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.
Status of the shared private link resource. Valid values are Pending, Approved, Rejected or Disconnected.
public readonly struct SearchServiceSharedPrivateLinkResourceStatus : IEquatable<Azure.ResourceManager.Search.Models.SearchServiceSharedPrivateLinkResourceStatus>
type SearchServiceSharedPrivateLinkResourceStatus = struct
Public Structure SearchServiceSharedPrivateLinkResourceStatus
Implements IEquatable(Of SearchServiceSharedPrivateLinkResourceStatus)
- Inheritance
-
SearchServiceSharedPrivateLinkResourceStatus
- Implements
Constructors
SearchServiceSharedPrivateLinkResourceStatus(String) |
Initializes a new instance of SearchServiceSharedPrivateLinkResourceStatus. |
Properties
Approved |
The shared private link resource is approved and is ready for use. |
Disconnected |
The shared private link resource has been removed from the service. |
Pending |
The shared private link resource has been created and is pending approval. |
Rejected |
The shared private link resource has been rejected and cannot be used. |
Methods
Equals(SearchServiceSharedPrivateLinkResourceStatus) |
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(SearchServiceSharedPrivateLinkResourceStatus, SearchServiceSharedPrivateLinkResourceStatus) |
Determines if two SearchServiceSharedPrivateLinkResourceStatus values are the same. |
Implicit(String to SearchServiceSharedPrivateLinkResourceStatus) |
Converts a string to a SearchServiceSharedPrivateLinkResourceStatus. |
Inequality(SearchServiceSharedPrivateLinkResourceStatus, SearchServiceSharedPrivateLinkResourceStatus) |
Determines if two SearchServiceSharedPrivateLinkResourceStatus values are not the same. |
Applies to
Azure SDK for .NET