PrivateLinkServiceConnectionStatus 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.
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
public readonly struct PrivateLinkServiceConnectionStatus : IEquatable<Azure.ResourceManager.SignalR.Models.PrivateLinkServiceConnectionStatus>
type PrivateLinkServiceConnectionStatus = struct
Public Structure PrivateLinkServiceConnectionStatus
Implements IEquatable(Of PrivateLinkServiceConnectionStatus)
- Inheritance
-
PrivateLinkServiceConnectionStatus
- Implements
Constructors
PrivateLinkServiceConnectionStatus(String) |
Initializes a new instance of PrivateLinkServiceConnectionStatus. |
Properties
Approved |
Approved. |
Disconnected |
Disconnected. |
Pending |
Pending. |
Rejected |
Rejected. |
Methods
Equals(PrivateLinkServiceConnectionStatus) |
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(PrivateLinkServiceConnectionStatus, PrivateLinkServiceConnectionStatus) |
Determines if two PrivateLinkServiceConnectionStatus values are the same. |
Implicit(String to PrivateLinkServiceConnectionStatus) |
Converts a String to a PrivateLinkServiceConnectionStatus. |
Inequality(PrivateLinkServiceConnectionStatus, PrivateLinkServiceConnectionStatus) |
Determines if two PrivateLinkServiceConnectionStatus values are not the same. |
Applies to
Azure SDK for .NET