Share via


UpdateRunPropertiesState Struct

Definition

State of the update run.

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

Fields

Failed
InProgress
Succeeded
Unknown

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

Equals(UpdateRunPropertiesState)

Compares values of enum type UpdateRunPropertiesState

GetHashCode()

Returns hashCode for enum UpdateRunPropertiesState

ToString()

Returns string representation for UpdateRunPropertiesState

Operators

Equality(UpdateRunPropertiesState, UpdateRunPropertiesState)

Overriding == operator for enum UpdateRunPropertiesState

Implicit(String to UpdateRunPropertiesState)

Implicit operator to convert string to UpdateRunPropertiesState

Implicit(UpdateRunPropertiesState to String)

Implicit operator to convert UpdateRunPropertiesState to string

Inequality(UpdateRunPropertiesState, UpdateRunPropertiesState)

Overriding != operator for enum UpdateRunPropertiesState

Applies to