Uses of Class
com.azure.resourcemanager.appservice.models.GlobalCsmSkuDescription
-
Packages that use GlobalCsmSkuDescription Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of GlobalCsmSkuDescription in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type GlobalCsmSkuDescription Modifier and Type Method Description List<GlobalCsmSkuDescription>SkuInfosInner. skus()Get the skus property: List of SKUs the subscription is able to use.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type GlobalCsmSkuDescription Modifier and Type Method Description SkuInfosInnerSkuInfosInner. withSkus(List<GlobalCsmSkuDescription> skus)Set the skus property: List of SKUs the subscription is able to use. -
Uses of GlobalCsmSkuDescription in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return GlobalCsmSkuDescription Modifier and Type Method Description GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withCapabilities(List<CapabilityInner> capabilities)Set the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withCapacity(SkuCapacity capacity)Set the capacity property: Min, max, and default scale values of the SKU.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withFamily(String family)Set the family property: Family code of the resource SKU.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withLocations(List<String> locations)Set the locations property: Locations of the SKU.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withName(String name)Set the name property: Name of the resource SKU.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withSize(String size)Set the size property: Size specifier of the resource SKU.GlobalCsmSkuDescriptionGlobalCsmSkuDescription. withTier(String tier)Set the tier property: Service Tier of the resource SKU.
-