RoleInstanceViewOutput interface
The instance view of the role instance.
Properties
| platform |
The Fault Domain. |
| platform |
The Update Domain. |
| private |
Specifies a unique identifier generated internally for the cloud service associated with this role instance. |
| statuses |
Property Details
platformFaultDomain
The Fault Domain.
platformFaultDomain?: number
Property Value
number
platformUpdateDomain
The Update Domain.
platformUpdateDomain?: number
Property Value
number
privateId
Specifies a unique identifier generated internally for the cloud service associated with this role instance.
NOTE: If you are using Azure Diagnostics extension, this property can be used as 'DeploymentId' for querying details.
privateId?: string
Property Value
string