Uses of Class
com.azure.resourcemanager.batch.models.ContainerConfiguration
Packages that use ContainerConfiguration
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ContainerConfiguration in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return ContainerConfigurationModifier 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.ContainerConfiguration.withType(ContainerType type) Set the type property: The container technology to be used.Methods in com.azure.resourcemanager.batch.models with parameters of type ContainerConfigurationModifier and TypeMethodDescriptionVirtualMachineConfiguration.withContainerConfiguration(ContainerConfiguration containerConfiguration) Set the containerConfiguration property: The configuration for container-enabled pools.