Uses of Class
com.azure.resourcemanager.batch.models.ContainerType
Packages that use ContainerType
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of ContainerType in com.azure.resourcemanager.batch.models
Fields in com.azure.resourcemanager.batch.models declared as ContainerTypeModifier and TypeFieldDescriptionstatic final ContainerTypeContainerType.CRI_COMPATIBLEStatic value CriCompatible for ContainerType.static final ContainerTypeContainerType.DOCKER_COMPATIBLEStatic value DockerCompatible for ContainerType.Methods in com.azure.resourcemanager.batch.models that return ContainerTypeModifier and TypeMethodDescriptionstatic ContainerTypeContainerType.fromString(String name) Creates or finds a ContainerType from its string representation.ContainerConfiguration.type()Get the type property: The container technology to be used.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type ContainerTypeModifier and TypeMethodDescriptionstatic Collection<ContainerType>ContainerType.values()Gets known ContainerType values.Methods in com.azure.resourcemanager.batch.models with parameters of type ContainerTypeModifier and TypeMethodDescriptionContainerConfiguration.withType(ContainerType type) Set the type property: The container technology to be used.