DistributedNodesInfo Class
This is used to represent the various nodes of the distributed container.
Constructor
DistributedNodesInfo()
Variables
| Name | Description |
|---|---|
|
nodeName
|
Name of the node under a distributed container. |
|
status
|
Status of this Node. Failed | Succeeded. |
|
errorDetail
|
<xref:<xref:"ErrorDetail">>
Error Details if the Status is non-success. |
|
sourceResourceId
|
ARM resource id of the node. |
Attributes
errorDetail
Error Details if the Status is non-success.
errorDetail: ErrorDetail
nodeName
Name of the node under a distributed container.
nodeName: str
sourceResourceId
ARM resource id of the node.
sourceResourceId: str
status
Status of this Node. Failed | Succeeded.
status: str