Share via


JobStatus Class

 

The job status.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.Models.JobStatus

Syntax

public static class JobStatus
public ref class JobStatus abstract sealed 
[<AbstractClass>]
[<Sealed>]
type JobStatus = class end
Public NotInheritable Class JobStatus

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static Activating

System_CAPS_pubfieldSystem_CAPS_static Blocked

System_CAPS_pubfieldSystem_CAPS_static Completed

System_CAPS_pubfieldSystem_CAPS_static Disconnected

System_CAPS_pubfieldSystem_CAPS_static Failed

System_CAPS_pubfieldSystem_CAPS_static New

System_CAPS_pubfieldSystem_CAPS_static Removing

System_CAPS_pubfieldSystem_CAPS_static Resuming

System_CAPS_pubfieldSystem_CAPS_static Running

System_CAPS_pubfieldSystem_CAPS_static Stopped

System_CAPS_pubfieldSystem_CAPS_static Stopping

System_CAPS_pubfieldSystem_CAPS_static Suspended

System_CAPS_pubfieldSystem_CAPS_static Suspending

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation.Models Namespace

Return to top