Uses of Class
com.azure.resourcemanager.batch.models.ContainerConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ContainerConfiguration in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionVirtualMachineConfiguration.containerConfiguration()
Get the containerConfiguration property: The configuration for container-enabled pools.ContainerConfiguration.withContainerImageNames
(List<String> containerImageNames) Set the containerImageNames property: The collection of container image names.ContainerConfiguration.withContainerRegistries
(List<ContainerRegistry> containerRegistries) Set the containerRegistries property: Additional private registries from which containers can be pulled.Set the type property: The container technology to be used.Modifier and TypeMethodDescriptionVirtualMachineConfiguration.withContainerConfiguration
(ContainerConfiguration containerConfiguration) Set the containerConfiguration property: The configuration for container-enabled pools.