JobRunningState 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.
Current running state of the job.
public readonly struct JobRunningState : IEquatable<Azure.ResourceManager.AppContainers.Models.JobRunningState>
type JobRunningState = struct
Public Structure JobRunningState
Implements IEquatable(Of JobRunningState)
- Inheritance
-
JobRunningState
- Implements
Constructors
| Name | Description |
|---|---|
| JobRunningState(String) |
Initializes a new instance of JobRunningState. |
Properties
| Name | Description |
|---|---|
| Progressing |
Progressing. |
| Ready |
Ready. |
| Suspended |
Suspended. |
Methods
| Name | Description |
|---|---|
| Equals(JobRunningState) |
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(JobRunningState, JobRunningState) |
Determines if two JobRunningState values are the same. |
| Implicit(String to JobRunningState) |
Converts a string to a JobRunningState. |
| Implicit(String to Nullable<JobRunningState>) | |
| Inequality(JobRunningState, JobRunningState) |
Determines if two JobRunningState values are not the same. |