DistributedNodesInfo interface
This is used to represent the various nodes of the distributed container.
Properties
| error |
Error Details if the Status is non-success. |
| node |
Name of the node under a distributed container. |
| source |
ARM resource id of the node |
| status | Status of this Node. Failed | Succeeded |
Property Details
errorDetail
nodeName
Name of the node under a distributed container.
nodeName?: string
Property Value
string
sourceResourceId
ARM resource id of the node
sourceResourceId?: string
Property Value
string
status
Status of this Node. Failed | Succeeded
status?: string
Property Value
string