Uses of Class
com.microsoft.azure.management.containerinstance.ContainerGroupSku
Packages that use ContainerGroupSku
Package
Description
This package contains the classes for ContainerInstanceManagementClient.
-
Uses of ContainerGroupSku in com.microsoft.azure.management.containerinstance
Fields in com.microsoft.azure.management.containerinstance declared as ContainerGroupSkuModifier and TypeFieldDescriptionstatic final ContainerGroupSku
ContainerGroupSku.DEDICATED
Static value Dedicated for ContainerGroupSku.static final ContainerGroupSku
ContainerGroupSku.STANDARD
Static value Standard for ContainerGroupSku.Methods in com.microsoft.azure.management.containerinstance that return ContainerGroupSkuModifier and TypeMethodDescriptionstatic ContainerGroupSku
ContainerGroupSku.fromString
(String name) Creates or finds a ContainerGroupSku from its string representation.Methods in com.microsoft.azure.management.containerinstance that return types with arguments of type ContainerGroupSkuModifier and TypeMethodDescriptionstatic Collection<ContainerGroupSku>
ContainerGroupSku.values()