JobExecutionRunningState 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 JobExecutionRunningState : IEquatable<Azure.ResourceManager.AppContainers.Models.JobExecutionRunningState>
type JobExecutionRunningState = struct
Public Structure JobExecutionRunningState
Implements IEquatable(Of JobExecutionRunningState)
- Inheritance
-
JobExecutionRunningState
- Implements
Constructors
JobExecutionRunningState(String) |
Initializes a new instance of JobExecutionRunningState. |
Properties
Degraded |
Degraded. |
Failed |
Failed. |
Processing |
Processing. |
Running |
Running. |
Stopped |
Stopped. |
Succeeded |
Succeeded. |
Unknown |
Unknown. |
Methods
Equals(JobExecutionRunningState) |
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(JobExecutionRunningState, JobExecutionRunningState) |
Determines if two JobExecutionRunningState values are the same. |
Implicit(String to JobExecutionRunningState) |
Converts a string to a JobExecutionRunningState. |
Inequality(JobExecutionRunningState, JobExecutionRunningState) |
Determines if two JobExecutionRunningState values are not the same. |
Applies to
Azure SDK for .NET