ArcSettingAggregateState 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.
Aggregate state of Arc agent across the nodes in this HCI cluster.
public readonly struct ArcSettingAggregateState : IEquatable<Azure.ResourceManager.Hci.Models.ArcSettingAggregateState>
type ArcSettingAggregateState = struct
Public Structure ArcSettingAggregateState
Implements IEquatable(Of ArcSettingAggregateState)
- Inheritance
-
ArcSettingAggregateState
- Implements
Constructors
ArcSettingAggregateState(String) |
Initializes a new instance of ArcSettingAggregateState. |
Properties
Accepted |
Accepted. |
Canceled |
Canceled. |
Connected |
Connected. |
Creating |
Creating. |
Deleted |
Deleted. |
Deleting |
Deleting. |
DisableInProgress |
DisableInProgress. |
Disconnected |
Disconnected. |
Error |
Error. |
Failed |
Failed. |
InProgress |
InProgress. |
Moving |
Moving. |
NotSpecified |
NotSpecified. |
PartiallyConnected |
PartiallyConnected. |
PartiallySucceeded |
PartiallySucceeded. |
Provisioning |
Provisioning. |
Succeeded |
Succeeded. |
Updating |
Updating. |
Methods
Equals(ArcSettingAggregateState) |
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(ArcSettingAggregateState, ArcSettingAggregateState) |
Determines if two ArcSettingAggregateState values are the same. |
Implicit(String to ArcSettingAggregateState) |
Converts a string to a ArcSettingAggregateState. |
Inequality(ArcSettingAggregateState, ArcSettingAggregateState) |
Determines if two ArcSettingAggregateState values are not the same. |
Applies to
Azure SDK for .NET