DistributedNodesInfo interface

This is used to represent the various nodes of the distributed container.

Properties

errorDetail

Error Details if the Status is non-success.

nodeName

Name of the node under a distributed container.

sourceResourceId

ARM resource id of the node

status

Status of this Node. Failed | Succeeded

Property Details

errorDetail

Error Details if the Status is non-success.

errorDetail?: ErrorDetail

Property Value

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