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 | |
---|---|---|
Activating | ||
Blocked | ||
Completed | ||
Disconnected | ||
Failed | ||
New | ||
Removing | ||
Resuming | ||
Running | ||
Stopped | ||
Stopping | ||
Suspended | ||
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