Get Container Group Result
data class GetContainerGroupResult(val confidentialComputeProperties: ConfidentialComputePropertiesResponse? = null, val containers: List<ContainerResponse>, val diagnostics: ContainerGroupDiagnosticsResponse? = null, val dnsConfig: DnsConfigurationResponse? = null, val encryptionProperties: EncryptionPropertiesResponse? = null, val extensions: List<DeploymentExtensionSpecResponse>? = null, val id: String, val identity: ContainerGroupIdentityResponse? = null, val imageRegistryCredentials: List<ImageRegistryCredentialResponse>? = null, val initContainers: List<InitContainerDefinitionResponse>? = null, val instanceView: ContainerGroupPropertiesResponseInstanceView, val ipAddress: IpAddressResponse? = null, val location: String? = null, val name: String, val osType: String, val priority: String? = null, val provisioningState: String, val restartPolicy: String? = null, val sku: String? = null, val subnetIds: List<ContainerGroupSubnetIdResponse>? = null, val tags: Map<String, String>? = null, val type: String, val volumes: List<VolumeResponse>? = null, val zones: List<String>? = null)
A container group.
Constructors
Link copied to clipboard
fun GetContainerGroupResult(confidentialComputeProperties: ConfidentialComputePropertiesResponse? = null, containers: List<ContainerResponse>, diagnostics: ContainerGroupDiagnosticsResponse? = null, dnsConfig: DnsConfigurationResponse? = null, encryptionProperties: EncryptionPropertiesResponse? = null, extensions: List<DeploymentExtensionSpecResponse>? = null, id: String, identity: ContainerGroupIdentityResponse? = null, imageRegistryCredentials: List<ImageRegistryCredentialResponse>? = null, initContainers: List<InitContainerDefinitionResponse>? = null, instanceView: ContainerGroupPropertiesResponseInstanceView, ipAddress: IpAddressResponse? = null, location: String? = null, name: String, osType: String, priority: String? = null, provisioningState: String, restartPolicy: String? = null, sku: String? = null, subnetIds: List<ContainerGroupSubnetIdResponse>? = null, tags: Map<String, String>? = null, type: String, volumes: List<VolumeResponse>? = null, zones: List<String>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard