VMRoleSubstate [SPFSDK][VMROLE]
Applies To: Windows Azure Pack
Represents information about the provisioning state of a virtual machine role.
"VMRoleSubstate":
{
"VMRoleMessages": []
}
Important |
|---|
For more information about the Access column, see Property Access [SPFSDK][VMROLE]. |
Name | Type | Access | Description |
|---|---|---|---|
VMRoleMessages | Array of VMRoleMessage [SPFSDK][VMROLE] | Read | An array of messages that describe the state of the provisioning. |
The following code example provides a sample VMRoleSubstate object.
"VirtualMachineRoleInstance": {
"Substate":
{
"VMRoleMessages": []
}
}
Show:
