Share via


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)

Inheritance Hierarchy

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

Syntax

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

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static NotFound

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

System_CAPS_pubfieldSystem_CAPS_static Paused

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

System_CAPS_pubfieldSystem_CAPS_static Started

The resource has started and is running fine.

System_CAPS_pubfieldSystem_CAPS_static Stopped

The resource was stopped due to an issue.

System_CAPS_pubfieldSystem_CAPS_static Unknown

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

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.Scheduler.Models Namespace

Return to top