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
DataBoxEdgeJobStatus(String) |
Initializes a new instance of DataBoxEdgeJobStatus. |
Properties
Canceled |
Canceled. |
Failed |
Failed. |
Invalid |
Invalid. |
Paused |
Paused. |
Running |
Running. |
Scheduled |
Scheduled. |
Succeeded |
Succeeded. |
Methods
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
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. |
Applies to
Azure SDK for .NET