RoleInstanceStatus Class

 

Specifies the current status of a role instance.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Compute.Models.RoleInstanceStatus

Syntax

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

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static BusyRole

Specifies that the role instance is unavailable for requests.

System_CAPS_pubfieldSystem_CAPS_static CreatingRole

Specifies that the resources are being created for the role instance.

System_CAPS_pubfieldSystem_CAPS_static CreatingVM

Specifies that the resources are being created for the role instance.

System_CAPS_pubfieldSystem_CAPS_static CyclingRole

Specifies that the role has continually crashed after being started by Microsoft Azure.

System_CAPS_pubfieldSystem_CAPS_static DeletingVM

Specifies that the role instance is being deleted.

System_CAPS_pubfieldSystem_CAPS_static FailedStartingRole

Specifies that the role has continually failed to start.

System_CAPS_pubfieldSystem_CAPS_static FailedStartingVM

Specifies that a container error is preventing the role instance from starting.

System_CAPS_pubfieldSystem_CAPS_static Provisioning

Azure is provisioning the role.

System_CAPS_pubfieldSystem_CAPS_static ReadyRole

Specifies that the role instance has started and is ready to be used.

System_CAPS_pubfieldSystem_CAPS_static RestartingRole

Specifies that the role has unexpectedly stopped or has failed to start.

System_CAPS_pubfieldSystem_CAPS_static RoleStateUnknown

Specifies that the state is currently unknown for the role instance.

System_CAPS_pubfieldSystem_CAPS_static StartingRole

Specifies that the role instance is starting.

System_CAPS_pubfieldSystem_CAPS_static StartingVM

Specifies that the role instance is starting.

System_CAPS_pubfieldSystem_CAPS_static StoppedVM

Specifies that the role instance is not running.

System_CAPS_pubfieldSystem_CAPS_static StoppingRole

Specifies that the role instance is being stopped.

System_CAPS_pubfieldSystem_CAPS_static StoppingVM

Specifies that the role instance is being stopped.

System_CAPS_pubfieldSystem_CAPS_static UnresponsiveRole

Specifies that the role has timed out before receiving a status message and is not responding to requests.

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

Return to top