ExtensionAggregateState 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 Extensions across the nodes in this HCI cluster.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ExtensionAggregateStateTypeConverter))]
public struct ExtensionAggregateState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ExtensionAggregateState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.ExtensionAggregateStateTypeConverter))>]
type ExtensionAggregateState = struct
interface IArgumentCompleter
Public Structure ExtensionAggregateState
Implements IArgumentCompleter, IEquatable(Of ExtensionAggregateState)
- Inheritance
-
ExtensionAggregateState
- Attributes
- Implements
Fields
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ExtensionAggregateState) |
Compares values of enum type ExtensionAggregateState |
Equals(Object) |
Compares values of enum type ExtensionAggregateState (override for Object) |
GetHashCode() |
Returns hashCode for enum ExtensionAggregateState |
ToString() |
Returns string representation for ExtensionAggregateState |
Operators
Equality(ExtensionAggregateState, ExtensionAggregateState) |
Overriding == operator for enum ExtensionAggregateState |
Implicit(ExtensionAggregateState to String) |
Implicit operator to convert ExtensionAggregateState to string |
Implicit(String to ExtensionAggregateState) |
Implicit operator to convert string to ExtensionAggregateState |
Inequality(ExtensionAggregateState, ExtensionAggregateState) |
Overriding != operator for enum ExtensionAggregateState |