Share via


Status Struct

Definition

Status of the cluster agent.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.StatusTypeConverter))]
public struct Status : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.Status>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCI.Support.StatusTypeConverter))>]
type Status = struct
    interface IArgumentCompleter
Public Structure Status
Implements IArgumentCompleter, IEquatable(Of Status)
Inheritance
Status
Attributes
Implements

Fields

ConnectedRecently
DeploymentFailed
DeploymentInProgress
DeploymentSuccess
Disconnected
Error
Failed
InProgress
NotConnectedRecently
NotSpecified
NotYetRegistered
Succeeded
ValidationFailed
ValidationInProgress
ValidationSuccess

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type Status (override for Object)

Equals(Status)

Compares values of enum type Status

GetHashCode()

Returns hashCode for enum Status

ToString()

Returns string representation for Status

Operators

Equality(Status, Status)

Overriding == operator for enum Status

Implicit(Status to String)

Implicit operator to convert Status to string

Implicit(String to Status)

Implicit operator to convert string to Status

Inequality(Status, Status)

Overriding != operator for enum Status

Applies to