RelayPrivateLinkConnectionStatus Struct

Definition

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

Name Description
RelayPrivateLinkConnectionStatus(String)

Initializes a new instance of RelayPrivateLinkConnectionStatus.

Properties

Name Description
Approved

Gets the Approved.

Disconnected

Gets the Disconnected.

Pending

Gets the Pending.

Rejected

Gets the Rejected.

Methods

Name Description
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

Name Description
Equality(RelayPrivateLinkConnectionStatus, RelayPrivateLinkConnectionStatus)

Determines if two RelayPrivateLinkConnectionStatus values are the same.

Implicit(String to Nullable<RelayPrivateLinkConnectionStatus>)
Implicit(String to RelayPrivateLinkConnectionStatus)

Converts a string to a RelayPrivateLinkConnectionStatus.

Inequality(RelayPrivateLinkConnectionStatus, RelayPrivateLinkConnectionStatus)

Determines if two RelayPrivateLinkConnectionStatus values are not the same.

Applies to