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

Name Description
ExecutionState(String)

Initializes a new instance of ExecutionState.

Properties

Name Description
Canceled

Gets the Canceled.

Failed

Gets the Failed.

Pending

Gets the Pending.

Running

Gets the Running.

Succeeded

Gets the Succeeded.

TimedOut

Gets the TimedOut.

Unknown

Gets the Unknown.

Methods

Name Description
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

Name Description
Equality(ExecutionState, ExecutionState)

Determines if two ExecutionState values are the same.

Implicit(String to ExecutionState)

Converts a string to a ExecutionState.

Implicit(String to Nullable<ExecutionState>)
Inequality(ExecutionState, ExecutionState)

Determines if two ExecutionState values are not the same.

Applies to