ExecutionState 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.
Script execution status.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionStateTypeConverter))]
public struct ExecutionState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Compute.Support.ExecutionStateTypeConverter))>]
type ExecutionState = struct
interface IArgumentCompleter
Public Structure ExecutionState
Implements IArgumentCompleter, IEquatable(Of ExecutionState)
- Inheritance
-
ExecutionState
- Attributes
- Implements
Fields
Canceled | |
Failed | |
Pending | |
Running | |
Succeeded | |
TimedOut | |
Unknown |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(ExecutionState) |
Compares values of enum type ExecutionState |
Equals(Object) |
Compares values of enum type ExecutionState (override for Object) |
GetHashCode() |
Returns hashCode for enum ExecutionState |
ToString() |
Returns string representation for ExecutionState |
Operators
Equality(ExecutionState, ExecutionState) |
Overriding == operator for enum ExecutionState |
Implicit(ExecutionState to String) |
Implicit operator to convert ExecutionState to string |
Implicit(String to ExecutionState) |
Implicit operator to convert string to ExecutionState |
Inequality(ExecutionState, ExecutionState) |
Overriding != operator for enum ExecutionState |