EdgeMachineConnectivityStatus 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.
Overall connectivity status for the machine resource.
public readonly struct EdgeMachineConnectivityStatus : IEquatable<Azure.ResourceManager.Hci.Models.EdgeMachineConnectivityStatus>
type EdgeMachineConnectivityStatus = struct
Public Structure EdgeMachineConnectivityStatus
Implements IEquatable(Of EdgeMachineConnectivityStatus)
- Inheritance
-
EdgeMachineConnectivityStatus
- Implements
Constructors
| Name | Description |
|---|---|
| EdgeMachineConnectivityStatus(String) |
Initializes a new instance of EdgeMachineConnectivityStatus. |
Properties
| Name | Description |
|---|---|
| Connected |
The machine resource is connected. |
| Disconnected |
The machine resource is disconnected. |
| NotSpecified |
The connectivity status of the machine resource is not specified. |
Methods
| Name | Description |
|---|---|
| Equals(EdgeMachineConnectivityStatus) |
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
| Name | Description |
|---|---|
| Equality(EdgeMachineConnectivityStatus, EdgeMachineConnectivityStatus) |
Determines if two EdgeMachineConnectivityStatus values are the same. |
| Implicit(String to EdgeMachineConnectivityStatus) |
Converts a string to a EdgeMachineConnectivityStatus. |
| Implicit(String to Nullable<EdgeMachineConnectivityStatus>) | |
| Inequality(EdgeMachineConnectivityStatus, EdgeMachineConnectivityStatus) |
Determines if two EdgeMachineConnectivityStatus values are not the same. |