RoleInstanceStatus Fields

 

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

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticBusyRole

Specifies that the role instance is unavailable for requests.

System_CAPS_pubfieldSystem_CAPS_staticCreatingRole

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

System_CAPS_pubfieldSystem_CAPS_staticCreatingVM

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

System_CAPS_pubfieldSystem_CAPS_staticCyclingRole

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

System_CAPS_pubfieldSystem_CAPS_staticDeletingVM

Specifies that the role instance is being deleted.

System_CAPS_pubfieldSystem_CAPS_staticFailedStartingRole

Specifies that the role has continually failed to start.

System_CAPS_pubfieldSystem_CAPS_staticFailedStartingVM

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

System_CAPS_pubfieldSystem_CAPS_staticProvisioning

Azure is provisioning the role.

System_CAPS_pubfieldSystem_CAPS_staticReadyRole

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

System_CAPS_pubfieldSystem_CAPS_staticRestartingRole

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

System_CAPS_pubfieldSystem_CAPS_staticRoleStateUnknown

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

System_CAPS_pubfieldSystem_CAPS_staticStartingRole

Specifies that the role instance is starting.

System_CAPS_pubfieldSystem_CAPS_staticStartingVM

Specifies that the role instance is starting.

System_CAPS_pubfieldSystem_CAPS_staticStoppedVM

Specifies that the role instance is not running.

System_CAPS_pubfieldSystem_CAPS_staticStoppingRole

Specifies that the role instance is being stopped.

System_CAPS_pubfieldSystem_CAPS_staticStoppingVM

Specifies that the role instance is being stopped.

System_CAPS_pubfieldSystem_CAPS_staticUnresponsiveRole

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

Return to top
Show: