Share via


NetworkConnectionStatus Struct

Definition

The connection status.

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

Constructors

NetworkConnectionStatus(String)

Initializes a new instance of NetworkConnectionStatus.

Properties

Connected

Connected.

Degraded

Degraded.

Disconnected

Disconnected.

Unknown

Unknown.

Methods

Equals(NetworkConnectionStatus)

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

Determines if two NetworkConnectionStatus values are the same.

Implicit(String to NetworkConnectionStatus)

Converts a string to a NetworkConnectionStatus.

Inequality(NetworkConnectionStatus, NetworkConnectionStatus)

Determines if two NetworkConnectionStatus values are not the same.

Applies to