Package-level declarations

Types

Link copied to clipboard
class ContainerGroup : KotlinCustomResource

A container group. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2021-03-01. Other available API versions: 2017-08-01-preview, 2017-12-01-preview, 2021-03-01, 2021-07-01, 2023-02-01-preview.

Link copied to clipboard
data class ContainerGroupArgs(val confidentialComputeProperties: Output<ConfidentialComputePropertiesArgs>? = null, val containerGroupName: Output<String>? = null, val containers: Output<List<ContainerArgs>>? = null, val diagnostics: Output<ContainerGroupDiagnosticsArgs>? = null, val dnsConfig: Output<DnsConfigurationArgs>? = null, val encryptionProperties: Output<EncryptionPropertiesArgs>? = null, val extensions: Output<List<DeploymentExtensionSpecArgs>>? = null, val identity: Output<ContainerGroupIdentityArgs>? = null, val imageRegistryCredentials: Output<List<ImageRegistryCredentialArgs>>? = null, val initContainers: Output<List<InitContainerDefinitionArgs>>? = null, val ipAddress: Output<IpAddressArgs>? = null, val location: Output<String>? = null, val osType: Output<Either<String, OperatingSystemTypes>>? = null, val priority: Output<Either<String, ContainerGroupPriority>>? = null, val resourceGroupName: Output<String>? = null, val restartPolicy: Output<Either<String, ContainerGroupRestartPolicy>>? = null, val sku: Output<Either<String, ContainerGroupSku>>? = null, val subnetIds: Output<List<ContainerGroupSubnetIdArgs>>? = null, val tags: Output<Map<String, String>>? = null, val volumes: Output<List<VolumeArgs>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<ContainerGroupArgs>

A container group. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2021-03-01. Other available API versions: 2017-08-01-preview, 2017-12-01-preview, 2021-03-01, 2021-07-01, 2023-02-01-preview.

Link copied to clipboard
Link copied to clipboard
object ContainerGroupMapper : ResourceMapper<ContainerGroup>
Link copied to clipboard

Functions

Link copied to clipboard