ConnectionStatus 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 status.
public readonly struct ConnectionStatus : IEquatable<Azure.ResourceManager.ApiManagement.Models.ConnectionStatus>
type ConnectionStatus = struct
Public Structure ConnectionStatus
Implements IEquatable(Of ConnectionStatus)
- Inheritance
-
ConnectionStatus
- Implements
Constructors
ConnectionStatus(String) |
Initializes a new instance of ConnectionStatus. |
Properties
Connected |
Connected. |
Degraded |
Degraded. |
Disconnected |
Disconnected. |
Unknown |
Unknown. |
Methods
Equals(ConnectionStatus) |
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(ConnectionStatus, ConnectionStatus) |
Determines if two ConnectionStatus values are the same. |
Implicit(String to ConnectionStatus) |
Converts a string to a ConnectionStatus. |
Inequality(ConnectionStatus, ConnectionStatus) |
Determines if two ConnectionStatus values are not the same. |
Applies to
Azure SDK for .NET