Share via


NetworkConnectionState Struct

Definition

The connection state.

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

Constructors

NetworkConnectionState(String)

Initializes a new instance of NetworkConnectionState.

Properties

Reachable

Reachable.

Unknown

Unknown.

Unreachable

Unreachable.

Methods

Equals(NetworkConnectionState)

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

Determines if two NetworkConnectionState values are the same.

Implicit(String to NetworkConnectionState)

Converts a string to a NetworkConnectionState.

Inequality(NetworkConnectionState, NetworkConnectionState)

Determines if two NetworkConnectionState values are not the same.

Applies to