RoleInstanceView interface  
The instance view of the role instance.
Properties
| platform | 
	The Fault Domain. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| platform | 
	The Update Domain. NOTE: This property will not be serialized. It can only be populated by the server.  | 
| private | 
	Specifies a unique identifier generated internally for the cloud service associated with this role instance.   | 
| statuses | NOTE: This property will not be serialized. It can only be populated by the server.  | 
Property Details
		platformFaultDomain
	  
	The Fault Domain. NOTE: This property will not be serialized. It can only be populated by the server.
platformFaultDomain?: number
				Property Value
number
		platformUpdateDomain
	  
	The Update Domain. NOTE: This property will not be serialized. It can only be populated by the server.
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.
NOTE: This property will not be serialized. It can only be populated by the server.
privateId?: string
				Property Value
string
statuses
NOTE: This property will not be serialized. It can only be populated by the server.
statuses?: ResourceInstanceViewStatus[]