ExecutionReadinessState 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.
Drill Execution Readiness State.
public readonly struct ExecutionReadinessState : IEquatable<Azure.ResourceManager.ResilienceManagement.Models.ExecutionReadinessState>
type ExecutionReadinessState = struct
Public Structure ExecutionReadinessState
Implements IEquatable(Of ExecutionReadinessState)
- Inheritance
-
ExecutionReadinessState
- Implements
Constructors
| Name | Description |
|---|---|
| ExecutionReadinessState(String) |
Initializes a new instance of ExecutionReadinessState. |
Properties
| Name | Description |
|---|---|
| NeedsAttention |
Drill is not ready to run. Details captured in AttentionReason field. |
| Ready |
Drill is ready to run. |
Methods
| Name | Description |
|---|---|
| Equals(ExecutionReadinessState) |
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
| Name | Description |
|---|---|
| Equality(ExecutionReadinessState, ExecutionReadinessState) |
Determines if two ExecutionReadinessState values are the same. |
| Implicit(String to ExecutionReadinessState) |
Converts a string to a ExecutionReadinessState. |
| Implicit(String to Nullable<ExecutionReadinessState>) | |
| Inequality(ExecutionReadinessState, ExecutionReadinessState) |
Determines if two ExecutionReadinessState values are not the same. |