Uses of Class
com.microsoft.azure.management.appservice.GlobalCsmSkuDescription
-
-
Uses of GlobalCsmSkuDescription in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return GlobalCsmSkuDescription Modifier and Type Method Description GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withCapabilities(List<com.microsoft.azure.management.appservice.implementation.CapabilityInner> capabilities)Set capabilities of the SKU, e.g., is traffic manager enabled?.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withCapacity(SkuCapacity capacity)Set min, max, and default scale values of the SKU.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withFamily(String family)Set family code of the resource SKU.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withLocations(List<String> locations)Set locations of the SKU.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withName(String name)Set name of the resource SKU.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withSize(String size)Set size specifier of the resource SKU.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withTier(String tier)Set service Tier of the resource SKU.
-