JobRunStatus 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 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
| Name | Description |
|---|---|
| JobRunStatus(String) |
Initializes a new instance of JobRunStatus. |
Properties
| Name | Description |
|---|---|
| Canceled |
Gets the Canceled. |
| Canceling |
Gets the Canceling. |
| CancelRequested |
Gets the CancelRequested. |
| Failed |
Gets the Failed. |
| PausedByBandwidthManagement |
Gets the PausedByBandwidthManagement. |
| Queued |
Gets the Queued. |
| Running |
Gets the Running. |
| Started |
Gets the Started. |
| Succeeded |
Gets the Succeeded. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(JobRunStatus, JobRunStatus) |
Determines if two JobRunStatus values are the same. |
| Implicit(String to JobRunStatus) |
Converts a string to a JobRunStatus. |
| Implicit(String to Nullable<JobRunStatus>) | |
| Inequality(JobRunStatus, JobRunStatus) |
Determines if two JobRunStatus values are not the same. |