Uses of Class
com.azure.resourcemanager.appservice.models.SkuDescription
-
Packages that use SkuDescription 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 SkuDescription in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SkuDescription Modifier and Type Method Description SkuDescriptionAppServicePlanInner. sku()Get the sku property: Description of a SKU for a scalable resource.SkuDescriptionSkuInfoInner. sku()Get the sku property: Name and tier of the SKU.SkuDescriptionStaticSiteArmResourceInner. sku()Get the sku property: Description of a SKU for a scalable resource.SkuDescriptionWorkerPoolResourceInner. 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 SkuDescription Modifier and Type Method Description AppServicePlanInnerAppServicePlanInner. withSku(SkuDescription sku)Set the sku property: Description of a SKU for a scalable resource.SkuInfoInnerSkuInfoInner. withSku(SkuDescription sku)Set the sku property: Name and tier of the SKU.StaticSiteArmResourceInnerStaticSiteArmResourceInner. withSku(SkuDescription sku)Set the sku property: Description of a SKU for a scalable resource.WorkerPoolResourceInnerWorkerPoolResourceInner. 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 SkuDescription Modifier and Type Method Description SkuDescriptionResponseMessageEnvelopeRemotePrivateEndpointConnection. sku()Get the sku property: SKU description of the resource.SkuDescriptionPricingTier. toSkuDescription()SkuDescriptionSkuDescription. withCapabilities(List<CapabilityInner> capabilities)Set the capabilities property: Capabilities of the SKU, e.g., is traffic manager enabled?.SkuDescriptionSkuDescription. withCapacity(Integer capacity)Set the capacity property: Current number of instances assigned to the resource.SkuDescriptionSkuDescription. withFamily(String family)Set the family property: Family code of the resource SKU.SkuDescriptionSkuDescription. withLocations(List<String> locations)Set the locations property: Locations of the SKU.SkuDescriptionSkuDescription. withName(String name)Set the name property: Name of the resource SKU.SkuDescriptionSkuDescription. withSize(String size)Set the size property: Size specifier of the resource SKU.SkuDescriptionSkuDescription. withSkuCapacity(SkuCapacity skuCapacity)Set the skuCapacity property: Min, max, and default scale values of the SKU.SkuDescriptionSkuDescription. withTier(String tier)Set the tier property: Service tier of the resource SKU.Methods in com.azure.resourcemanager.appservice.models with parameters of type SkuDescription Modifier and Type Method Description static PricingTierPricingTier. fromSkuDescription(SkuDescription skuDescription)Parses a serialized value to an AppServicePricingTier instance.ResponseMessageEnvelopeRemotePrivateEndpointConnectionResponseMessageEnvelopeRemotePrivateEndpointConnection. withSku(SkuDescription sku)Set the sku property: SKU description of the resource.
-