UpdateRunPropertiesState 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.
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 |