Share via


ExecutionState Struct

Definition

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