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.
public readonly struct ExecutionState : IEquatable<Azure.ResourceManager.Compute.Models.ExecutionState>
type ExecutionState = struct
Public Structure ExecutionState
Implements IEquatable(Of ExecutionState)
- Inheritance
-
ExecutionState
- Implements
Constructors
ExecutionState(String) |
Initializes a new instance of ExecutionState. |
Properties
Canceled |
Canceled. |
Failed |
Failed. |
Pending |
Pending. |
Running |
Running. |
Succeeded |
Succeeded. |
TimedOut |
TimedOut. |
Unknown |
Unknown. |
Methods
Equals(ExecutionState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ExecutionState, ExecutionState) |
Determines if two ExecutionState values are the same. |
Implicit(String to ExecutionState) |
Converts a String to a ExecutionState. |
Inequality(ExecutionState, ExecutionState) |
Determines if two ExecutionState values are not the same. |
Applies to
Azure SDK for .NET