JobRunStatus Struct

Definition

The current status of the Job Run in a non-terminal state, if exists.

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

Constructors

JobRunStatus(String)

Initializes a new instance of JobRunStatus.

Properties

Canceled

Canceled.

Canceling

Canceling.

CancelRequested

CancelRequested.

Failed

Failed.

PausedByBandwidthManagement

PausedByBandwidthManagement.

Queued

Queued.

Running

Running.

Started

Started.

Succeeded

Succeeded.

Methods

Equals(JobRunStatus)

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

Determines if two JobRunStatus values are the same.

Implicit(String to JobRunStatus)

Converts a string to a JobRunStatus.

Inequality(JobRunStatus, JobRunStatus)

Determines if two JobRunStatus values are not the same.

Applies to