Uses of Class
com.azure.resourcemanager.appservice.models.SkuDescription
Packages that use SkuDescription
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of SkuDescription in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SkuDescriptionModifier and TypeMethodDescriptionAppServicePlanInner.sku()
Get the sku property: Description of a SKU for a scalable resource.SkuInfoInner.sku()
Get the sku property: Name and tier of the SKU.StaticSiteArmResourceInner.sku()
Get the sku property: Description of a SKU for a scalable resource.WorkerPoolResourceInner.sku()
Get the sku property: Description of a SKU for a scalable resource.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type SkuDescriptionModifier and TypeMethodDescriptionAppServicePlanInner.withSku
(SkuDescription sku) Set the sku property: Description of a SKU for a scalable resource.SkuInfoInner.withSku
(SkuDescription sku) Set the sku property: Name and tier of the SKU.StaticSiteArmResourceInner.withSku
(SkuDescription sku) Set the sku property: Description of a SKU for a scalable resource.WorkerPoolResourceInner.withSku
(SkuDescription sku) Set the sku property: Description of a SKU for a scalable resource. -
Uses of SkuDescription in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return SkuDescriptionModifier and TypeMethodDescriptionstatic SkuDescription
SkuDescription.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SkuDescription from the JsonReader.ResponseMessageEnvelopeRemotePrivateEndpointConnection.sku()
Get the sku property: SKU description of the resource.PricingTier.toSkuDescription()
Gets the underneath sku description.SkuDescription.withCapabilities
(List<CapabilityInner> capabilities) Set the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.SkuDescription.withCapacity
(Integer capacity) Set the capacity property: Current number of instances assigned to the resource.SkuDescription.withFamily
(String family) Set the family property: Family code of the resource SKU.SkuDescription.withLocations
(List<String> locations) Set the locations property: Locations of the SKU.Set the name property: Name of the resource SKU.Set the size property: Size specifier of the resource SKU.SkuDescription.withSkuCapacity
(SkuCapacity skuCapacity) Set the skuCapacity property: Min, max, and default scale values of the SKU.Set the tier property: Service tier of the resource SKU.Methods in com.azure.resourcemanager.appservice.models with parameters of type SkuDescriptionModifier and TypeMethodDescriptionstatic PricingTier
PricingTier.fromSkuDescription
(SkuDescription skuDescription) Parses a serialized value to an AppServicePricingTier instance.ResponseMessageEnvelopeRemotePrivateEndpointConnection.withSku
(SkuDescription sku) Set the sku property: SKU description of the resource.