Share via


RoleInstanceStatus Members

Specifies the current status of a role instance.

The following tables list the members exposed by the RoleInstanceStatus type.

Public Fields

  Name Description
BusyRole Specifies that the role instance is unavailable for requests.
CreatingRole Specifies that the resources are being created for the role instance.
CreatingVM Specifies that the resources are being created for the role instance.
CyclingRole Specifies that the role has continually crashed after being started by Microsoft Azure.
DeletingVM Specifies that the role instance is being deleted.
FailedStartingRole Specifies that the role has continually failed to start.
FailedStartingVM Specifies that a container error is preventing the role instance from starting.
Provisioning Azure is provisioning the role.
ReadyRole Specifies that the role instance has started and is ready to be used.
RestartingRole Specifies that the role has unexpectedly stopped or has failed to start.
RoleStateUnknown Specifies that the state is currently unknown for the role instance.
StartingRole Specifies that the role instance is starting.
StartingVM Specifies that the role instance is starting.
StoppedVM Specifies that the role instance is not running.
StoppingRole Specifies that the role instance is being stopped.
StoppingVM Specifies that the role instance is being stopped.
UnresponsiveRole Specifies that the role has timed out before receiving a status message and is not responding to requests.

Top

See Also

Reference

RoleInstanceStatus Class
Microsoft.WindowsAzure.Management.Compute.Models Namespace