JobCollectionState Enum
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.
State of the Job Collection resource.
public enum JobCollectionState
type JobCollectionState =
Public Enum JobCollectionState
- Inheritance
-
JobCollectionState
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | Service Manager knows about the resource but the state is still Unknown which might either be a result of failed communication with the RP or just that the Service Manager hasn't got around to process the resource. |
NotFound | 1 | The resource provider did not respond with information for the resource. |
Started | 2 | Resource is running fine. |
Stopped | 3 | Resource was stopped due to an issue. |
Paused | 4 | The resource was temporarily put on hold primarily due to a monetary event. |
Applies to
Azure SDK for .NET