WebPubSubSharedPrivateLinkStatus 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.
public readonly struct WebPubSubSharedPrivateLinkStatus : IEquatable<Azure.ResourceManager.WebPubSub.Models.WebPubSubSharedPrivateLinkStatus>
type WebPubSubSharedPrivateLinkStatus = struct
Public Structure WebPubSubSharedPrivateLinkStatus
Implements IEquatable(Of WebPubSubSharedPrivateLinkStatus)
- Inheritance
-
WebPubSubSharedPrivateLinkStatus
- Implements
Constructors
WebPubSubSharedPrivateLinkStatus(String) |
Initializes a new instance of WebPubSubSharedPrivateLinkStatus. |
Properties
Approved |
Approved. |
Disconnected |
Disconnected. |
Pending |
Pending. |
Rejected |
Rejected. |
Timeout |
Timeout. |
Methods
Equals(WebPubSubSharedPrivateLinkStatus) |
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(WebPubSubSharedPrivateLinkStatus, WebPubSubSharedPrivateLinkStatus) |
Determines if two WebPubSubSharedPrivateLinkStatus values are the same. |
Implicit(String to WebPubSubSharedPrivateLinkStatus) |
Converts a String to a WebPubSubSharedPrivateLinkStatus. |
Inequality(WebPubSubSharedPrivateLinkStatus, WebPubSubSharedPrivateLinkStatus) |
Determines if two WebPubSubSharedPrivateLinkStatus values are not the same. |
Applies to
Azure SDK for .NET