RunStatus 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.
The current status of the run.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RunStatusTypeConverter))]
public struct RunStatus : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RunStatus>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Support.RunStatusTypeConverter))>]
type RunStatus = struct
interface IArgumentCompleter
Public Structure RunStatus
Implements IArgumentCompleter, IEquatable(Of RunStatus)
- Inheritance
-
RunStatus
- Attributes
- Implements
Fields
Canceled | |
Error | |
Failed | |
Queued | |
Running | |
Started | |
Succeeded | |
Timeout |
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 RunStatus (override for Object) |
Equals(RunStatus) |
Compares values of enum type RunStatus |
GetHashCode() |
Returns hashCode for enum RunStatus |
ToString() |
Returns string representation for RunStatus |
Operators
Equality(RunStatus, RunStatus) |
Overriding == operator for enum RunStatus |
Implicit(RunStatus to String) |
Implicit operator to convert RunStatus to string |
Implicit(String to RunStatus) |
Implicit operator to convert string to RunStatus |
Inequality(RunStatus, RunStatus) |
Overriding != operator for enum RunStatus |