Share via


UpdateSummariesPropertiesState Struct

Definition

Overall update state of the stamp.

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

Fields

AppliedSuccessfully
NeedsAttention
PreparationFailed
PreparationInProgress
Unknown
UpdateAvailable
UpdateFailed
UpdateInProgress

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 UpdateSummariesPropertiesState (override for Object)

Equals(UpdateSummariesPropertiesState)

Compares values of enum type UpdateSummariesPropertiesState

GetHashCode()

Returns hashCode for enum UpdateSummariesPropertiesState

ToString()

Returns string representation for UpdateSummariesPropertiesState

Operators

Equality(UpdateSummariesPropertiesState, UpdateSummariesPropertiesState)

Overriding == operator for enum UpdateSummariesPropertiesState

Implicit(String to UpdateSummariesPropertiesState)

Implicit operator to convert string to UpdateSummariesPropertiesState

Implicit(UpdateSummariesPropertiesState to String)

Implicit operator to convert UpdateSummariesPropertiesState to string

Inequality(UpdateSummariesPropertiesState, UpdateSummariesPropertiesState)

Overriding != operator for enum UpdateSummariesPropertiesState

Applies to