Uses of Class
com.microsoft.azure.management.batch.ContainerConfiguration
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ContainerConfiguration in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionVirtualMachineConfiguration.containerConfiguration()
Get if specified, setup is performed on each node in the pool to allow tasks to run in containers.ContainerConfiguration.withContainerImageNames
(List<String> containerImageNames) Set this is the full image reference, as would be specified to "docker pull".ContainerConfiguration.withContainerRegistries
(List<ContainerRegistry> containerRegistries) Set if any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.Set the type value.Modifier and TypeMethodDescriptionVirtualMachineConfiguration.withContainerConfiguration
(ContainerConfiguration containerConfiguration) Set if specified, setup is performed on each node in the pool to allow tasks to run in containers.