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