Uses of Class
com.microsoft.azure.management.resources.Sku
-
Packages that use Sku Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of Sku in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return Sku Modifier and Type Method Description SkuSku. withCapacity(Integer capacity)Set the capacity value.SkuSku. withFamily(String family)Set the family value.SkuSku. withModel(String model)Set the model value.SkuSku. withName(String name)Set the name value.SkuSku. withSize(String size)Set the size value.SkuSku. withTier(String tier)Set the tier value.
-