Share via


GlobalReachConnectionStatus Struct

Definition

The connection status of the global reach connection.

public readonly struct GlobalReachConnectionStatus : IEquatable<Azure.ResourceManager.Avs.Models.GlobalReachConnectionStatus>
type GlobalReachConnectionStatus = struct
Public Structure GlobalReachConnectionStatus
Implements IEquatable(Of GlobalReachConnectionStatus)
Inheritance
GlobalReachConnectionStatus
Implements

Constructors

GlobalReachConnectionStatus(String)

Initializes a new instance of GlobalReachConnectionStatus.

Properties

Connected

Connected.

Connecting

Connecting.

Disconnected

Disconnected.

Methods

Equals(GlobalReachConnectionStatus)

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(GlobalReachConnectionStatus, GlobalReachConnectionStatus)

Determines if two GlobalReachConnectionStatus values are the same.

Implicit(String to GlobalReachConnectionStatus)

Converts a string to a GlobalReachConnectionStatus.

Inequality(GlobalReachConnectionStatus, GlobalReachConnectionStatus)

Determines if two GlobalReachConnectionStatus values are not the same.

Applies to