Container Group Args
constructor(containerGroupName: Output<String>? = null, containers: Output<List<ContainerArgs>>? = null, diagnostics: Output<ContainerGroupDiagnosticsArgs>? = null, dnsConfig: Output<DnsConfigurationArgs>? = null, encryptionProperties: Output<EncryptionPropertiesArgs>? = null, identity: Output<ContainerGroupIdentityArgs>? = null, imageRegistryCredentials: Output<List<ImageRegistryCredentialArgs>>? = null, initContainers: Output<List<InitContainerDefinitionArgs>>? = null, ipAddress: Output<IpAddressArgs>? = null, location: Output<String>? = null, networkProfile: Output<ContainerGroupNetworkProfileArgs>? = null, osType: Output<Either<String, OperatingSystemTypes>>? = null, resourceGroupName: Output<String>? = null, restartPolicy: Output<Either<String, ContainerGroupRestartPolicy>>? = null, sku: Output<Either<String, ContainerGroupSku>>? = null, tags: Output<Map<String, String>>? = null, volumes: Output<List<VolumeArgs>>? = null)