Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SkuInfoInner
Packages that use SkuInfoInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of SkuInfoInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SkuInfoInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<SkuInfoInner> AppServiceEnvironmentsClient.listMultiRolePoolSkus
(String resourceGroupName, String name) Get available SKUs for scaling a multi-role pool.com.azure.core.http.rest.PagedIterable
<SkuInfoInner> AppServiceEnvironmentsClient.listMultiRolePoolSkus
(String resourceGroupName, String name, com.azure.core.util.Context context) Get available SKUs for scaling a multi-role pool.com.azure.core.http.rest.PagedFlux
<SkuInfoInner> AppServiceEnvironmentsClient.listMultiRolePoolSkusAsync
(String resourceGroupName, String name) Get available SKUs for scaling a multi-role pool.com.azure.core.http.rest.PagedIterable
<SkuInfoInner> AppServiceEnvironmentsClient.listWorkerPoolSkus
(String resourceGroupName, String name, String workerPoolName) Get available SKUs for scaling a worker pool.com.azure.core.http.rest.PagedIterable
<SkuInfoInner> AppServiceEnvironmentsClient.listWorkerPoolSkus
(String resourceGroupName, String name, String workerPoolName, com.azure.core.util.Context context) Get available SKUs for scaling a worker pool.com.azure.core.http.rest.PagedFlux
<SkuInfoInner> AppServiceEnvironmentsClient.listWorkerPoolSkusAsync
(String resourceGroupName, String name, String workerPoolName) Get available SKUs for scaling a worker pool. -
Uses of SkuInfoInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SkuInfoInnerModifier and TypeMethodDescriptionstatic SkuInfoInner
SkuInfoInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of SkuInfoInner from the JsonReader.SkuInfoInner.withCapacity
(SkuCapacity capacity) Set the capacity property: Min, max, and default scale values of the SKU.SkuInfoInner.withResourceType
(String resourceType) Set the resourceType property: Resource type that this SKU applies to.SkuInfoInner.withSku
(SkuDescription sku) Set the sku property: Name and tier of the SKU. -
Uses of SkuInfoInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type SkuInfoInnerModifier and TypeMethodDescriptionSkuInfoCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SkuInfoInnerModifier and TypeMethodDescriptionSkuInfoCollection.withValue
(List<SkuInfoInner> value) Set the value property: Collection of resources.