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