GetCloudServiceResourceState Class

 

Specifies the state for a cloud service resource.

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

System.Object
  Microsoft.WindowsAzure.Management.Scheduler.Models.GetCloudServiceResourceState

Public NotInheritable Class GetCloudServiceResourceState

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticNotFound

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

System_CAPS_pubfieldSystem_CAPS_staticPaused

The resource was temporarily put on hold. This may be due to a monetary event.

System_CAPS_pubfieldSystem_CAPS_staticStarted

The resource has started and is running fine.

System_CAPS_pubfieldSystem_CAPS_staticStopped

The resource was stopped due to an issue.

System_CAPS_pubfieldSystem_CAPS_staticUnknown

The resource state is unknown, there may have been a communicaiton failure, or the resource has not yet been processed.

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

Return to top
Show: