Uses of Class
com.azure.resourcemanager.containerinstance.models.ContainerGroupSku
Packages that use ContainerGroupSku
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
Package containing the data models for ContainerInstanceManagementClient.
-
Uses of ContainerGroupSku in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return ContainerGroupSkuModifier and TypeMethodDescriptionContainerGroupInner.sku()Get the sku property: The SKU for a container group.ContainerGroupProperties.sku()Get the sku property: The SKU for a container group.Methods in com.azure.resourcemanager.containerinstance.fluent.models with parameters of type ContainerGroupSkuModifier and TypeMethodDescriptionContainerGroupInner.withSku(ContainerGroupSku sku) Set the sku property: The SKU for a container group.ContainerGroupProperties.withSku(ContainerGroupSku sku) Set the sku property: The SKU for a container group. -
Uses of ContainerGroupSku in com.azure.resourcemanager.containerinstance.models
Fields in com.azure.resourcemanager.containerinstance.models declared as ContainerGroupSkuModifier and TypeFieldDescriptionstatic final ContainerGroupSkuContainerGroupSku.CONFIDENTIALStatic value Confidential for ContainerGroupSku.static final ContainerGroupSkuContainerGroupSku.DEDICATEDStatic value Dedicated for ContainerGroupSku.static final ContainerGroupSkuContainerGroupSku.STANDARDStatic value Standard for ContainerGroupSku.Methods in com.azure.resourcemanager.containerinstance.models that return ContainerGroupSkuModifier and TypeMethodDescriptionstatic ContainerGroupSkuContainerGroupSku.fromString(String name) Creates or finds a ContainerGroupSku from its string representation.Methods in com.azure.resourcemanager.containerinstance.models that return types with arguments of type ContainerGroupSkuModifier and TypeMethodDescriptionstatic Collection<ContainerGroupSku> ContainerGroupSku.values()Gets known ContainerGroupSku values.