Share via


AutomationResourceState Class

 

The automation resource state.

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.AutomationResourceState

Syntax

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

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static NotFound

System_CAPS_pubfieldSystem_CAPS_static Paused

System_CAPS_pubfieldSystem_CAPS_static Started

System_CAPS_pubfieldSystem_CAPS_static Stopped

System_CAPS_pubfieldSystem_CAPS_static Unknown

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