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)

Usage

'Usage
Dim instance As JobCollectionState

Syntax

'Declaration
Public Enumeration JobCollectionState
public enum JobCollectionState
public enum class JobCollectionState
public enum JobCollectionState
public enum 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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Microsoft.WindowsAzure.Management.Scheduler.Models Namespace