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)

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

public ref class RoleInstanceStatus abstract sealed 

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: