GlobalReachConnectionStatus 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.
Global Reach Connection status.
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 |
is connected. |
Connecting |
is connecting. |
Disconnected |
is 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
Azure SDK for .NET