Share via


JobCollectionState Enumeration

 

State of the Job Collection resource.

Namespace:   Microsoft.WindowsAzure.Management.Scheduler.Models
Assembly:  Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Syntax

public enum JobCollectionState
public enum class JobCollectionState
type JobCollectionState
Public Enumeration JobCollectionState

Members

Member name Description
NotFound

The resource provider did not respond with information for the resource.

Paused

The resource was temporarily put on hold primarily due to a monetary event.

Started

Resource is running fine.

Stopped

Resource was stopped due to an issue.

Unknown

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.

See Also

Microsoft.WindowsAzure.Management.Scheduler.Models Namespace

Return to top