Azure Workload Container Extended Info Args
data class AzureWorkloadContainerExtendedInfoArgs(val hostServerName: Output<String>? = null, val inquiryInfo: Output<InquiryInfoArgs>? = null, val nodesList: Output<List<DistributedNodesInfoArgs>>? = null) : ConvertibleToJava<AzureWorkloadContainerExtendedInfoArgs>
Extended information of the container.
Constructors
Link copied to clipboard
constructor(hostServerName: Output<String>? = null, inquiryInfo: Output<InquiryInfoArgs>? = null, nodesList: Output<List<DistributedNodesInfoArgs>>? = null)