DataBoxEdgeJobStatus Struct

Definition

The current status of the job.

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

Constructors

Name Description
DataBoxEdgeJobStatus(String)

Initializes a new instance of DataBoxEdgeJobStatus.

Properties

Name Description
Canceled

Gets the Canceled.

Failed

Gets the Failed.

Invalid

Gets the Invalid.

Paused

Gets the Paused.

Running

Gets the Running.

Scheduled

Gets the Scheduled.

Succeeded

Gets the Succeeded.

Methods

Name Description
Equals(DataBoxEdgeJobStatus)

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

Determines if two DataBoxEdgeJobStatus values are the same.

Implicit(String to DataBoxEdgeJobStatus)

Converts a string to a DataBoxEdgeJobStatus.

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

Determines if two DataBoxEdgeJobStatus values are not the same.

Applies to