DataBoxEdgeJobStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
Canceled. |
| Failed |
Failed. |
| Invalid |
Invalid. |
| Paused |
Paused. |
| Running |
Running. |
| Scheduled |
Scheduled. |
| Succeeded |
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. |
| Inequality(DataBoxEdgeJobStatus, DataBoxEdgeJobStatus) |
Determines if two DataBoxEdgeJobStatus values are not the same. |