Group Args
constructor(containers: Output<List<GroupContainerArgs>>? = null, diagnostics: Output<GroupDiagnosticsArgs>? = null, dnsConfig: Output<GroupDnsConfigArgs>? = null, dnsNameLabel: Output<String>? = null, dnsNameLabelReusePolicy: Output<String>? = null, exposedPorts: Output<List<GroupExposedPortArgs>>? = null, identity: Output<GroupIdentityArgs>? = null, imageRegistryCredentials: Output<List<GroupImageRegistryCredentialArgs>>? = null, initContainers: Output<List<GroupInitContainerArgs>>? = null, ipAddressType: Output<String>? = null, keyVaultKeyId: Output<String>? = null, keyVaultUserAssignedIdentityId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, networkProfileId: Output<String>? = null, osType: Output<String>? = null, priority: Output<String>? = null, resourceGroupName: Output<String>? = null, restartPolicy: Output<String>? = null, sku: Output<String>? = null, subnetIds: Output<String>? = null, tags: Output<Map<String, String>>? = null, zones: Output<List<String>>? = null)