Get Container Group Result
constructor(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)