AzureWorkloadContainerExtendedInfo interface
Extended information of the container.
Properties
| host |
Host Os Name in case of Stand Alone and Cluster Name in case of distributed container. |
| inquiry |
Inquiry Status for the container. |
| nodes |
List of the nodes in case of distributed container. |
Property Details
hostServerName
Host Os Name in case of Stand Alone and Cluster Name in case of distributed container.
hostServerName?: string
Property Value
string
inquiryInfo
nodesList
List of the nodes in case of distributed container.
nodesList?: DistributedNodesInfo[]