CommandState Struct

Definition

The state of the command. This is ignored if submitted.

public readonly struct CommandState : IEquatable<Azure.ResourceManager.DataMigration.Models.CommandState>
type CommandState = struct
Public Structure CommandState
Implements IEquatable(Of CommandState)
Inheritance
CommandState
Implements

Constructors

CommandState(String)

Initializes a new instance of CommandState.

Properties

Accepted

Accepted.

Failed

Failed.

Running

Running.

Succeeded

Succeeded.

Unknown

Unknown.

Methods

Equals(CommandState)

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(CommandState, CommandState)

Determines if two CommandState values are the same.

Implicit(String to CommandState)

Converts a string to a CommandState.

Inequality(CommandState, CommandState)

Determines if two CommandState values are not the same.

Applies to