Uses of Class
com.azure.resourcemanager.containerinstance.fluent.models.ContainerGroupProperties
Packages that use ContainerGroupProperties
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
-
Uses of ContainerGroupProperties in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ContainerGroupPropertiesModifier and TypeMethodDescriptionContainerGroupProperties.withContainers(List<Container> containers) Set the containers property: The containers within the container group.ContainerGroupProperties.withDiagnostics(ContainerGroupDiagnostics diagnostics) Set the diagnostics property: The diagnostic information for a container group.ContainerGroupProperties.withDnsConfig(DnsConfiguration dnsConfig) Set the dnsConfig property: The DNS config information for a container group.ContainerGroupProperties.withEncryptionProperties(EncryptionProperties encryptionProperties) Set the encryptionProperties property: The encryption properties for a container group.ContainerGroupProperties.withImageRegistryCredentials(List<ImageRegistryCredential> imageRegistryCredentials) Set the imageRegistryCredentials property: The image registry credentials by which the container group is created from.ContainerGroupProperties.withInitContainers(List<InitContainerDefinition> initContainers) Set the initContainers property: The init containers for a container group.ContainerGroupProperties.withIpAddress(IpAddress ipAddress) Set the ipAddress property: The IP address type of the container group.ContainerGroupProperties.withOsType(OperatingSystemTypes osType) Set the osType property: The operating system type required by the containers in the container group.ContainerGroupProperties.withRestartPolicy(ContainerGroupRestartPolicy restartPolicy) Set the restartPolicy property: Restart policy for all containers within the container group.ContainerGroupProperties.withSku(ContainerGroupSku sku) Set the sku property: The SKU for a container group.ContainerGroupProperties.withSubnetIds(List<ContainerGroupSubnetId> subnetIds) Set the subnetIds property: The subnet resource IDs for a container group.ContainerGroupProperties.withVolumes(List<Volume> volumes) Set the volumes property: The list of volumes that can be mounted by containers in this container group.