JobState Class
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.
Defines values for JobState.
public static class JobState
type JobState = class
Public Class JobState
- Inheritance
-
JobState
Fields
Created |
The job is currently in the Created state. |
Degraded |
The job is currently in the Degraded state. |
Deleting |
The job is currently in the Deleting state. |
Failed |
The job is currently in the Failed state. |
Restarting |
The job is currently in the Restarting state. |
Running |
The job is currently in the Running state. |
Scaling |
The job is currently in the Scaling state. |
Starting |
The job is currently in the Starting state. |
Stopped |
The job is currently in the Stopped state. |
Stopping |
The job is currently in the Stopping state. |
Applies to
Azure SDK for .NET