ContainerGroupProperties |
ContainerGroupProperties.withContainers(List<Container> containers) |
Set the containers property: The containers within the container group.
|
ContainerGroupProperties |
ContainerGroupProperties.withDiagnostics(ContainerGroupDiagnostics diagnostics) |
Set the diagnostics property: The diagnostic information for a container group.
|
ContainerGroupProperties |
ContainerGroupProperties.withDnsConfig(DnsConfiguration dnsConfig) |
Set the dnsConfig property: The DNS config information for a container group.
|
ContainerGroupProperties |
ContainerGroupProperties.withEncryptionProperties(EncryptionProperties encryptionProperties) |
Set the encryptionProperties property: The encryption properties for a container group.
|
ContainerGroupProperties |
ContainerGroupProperties.withImageRegistryCredentials(List<ImageRegistryCredential> imageRegistryCredentials) |
Set the imageRegistryCredentials property: The image registry credentials by which the container group is created
from.
|
ContainerGroupProperties |
ContainerGroupProperties.withInitContainers(List<InitContainerDefinition> initContainers) |
Set the initContainers property: The init containers for a container group.
|
ContainerGroupProperties |
ContainerGroupProperties.withIpAddress(IpAddress ipAddress) |
Set the ipAddress property: The IP address type of the container group.
|
ContainerGroupProperties |
ContainerGroupProperties.withOsType(OperatingSystemTypes osType) |
Set the osType property: The operating system type required by the containers in the container group.
|
ContainerGroupProperties |
ContainerGroupProperties.withRestartPolicy(ContainerGroupRestartPolicy restartPolicy) |
Set the restartPolicy property: Restart policy for all containers within the container group.
|
ContainerGroupProperties |
ContainerGroupProperties.withSku(ContainerGroupSku sku) |
Set the sku property: The SKU for a container group.
|
ContainerGroupProperties |
ContainerGroupProperties.withSubnetIds(List<ContainerGroupSubnetId> subnetIds) |
Set the subnetIds property: The subnet resource IDs for a container group.
|
ContainerGroupProperties |
ContainerGroupProperties.withVolumes(List<Volume> volumes) |
Set the volumes property: The list of volumes that can be mounted by containers in this container group.
|