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