NetworkConnectionState 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.
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
Azure SDK for .NET