Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SkuInfoInner
-
Packages that use SkuInfoInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.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 SkuInfoInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SkuInfoInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<SkuInfoInner>AppServiceEnvironmentsClient. listMultiRolePoolSkus(String resourceGroupName, String name)Description for 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)Description for Get available SKUs for scaling a multi-role pool.com.azure.core.http.rest.PagedFlux<SkuInfoInner>AppServiceEnvironmentsClient. listMultiRolePoolSkusAsync(String resourceGroupName, String name)Description for Get available SKUs for scaling a multi-role pool.com.azure.core.http.rest.PagedIterable<SkuInfoInner>AppServiceEnvironmentsClient. listWorkerPoolSkus(String resourceGroupName, String name, String workerPoolName)Description for 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)Description for Get available SKUs for scaling a worker pool.com.azure.core.http.rest.PagedFlux<SkuInfoInner>AppServiceEnvironmentsClient. listWorkerPoolSkusAsync(String resourceGroupName, String name, String workerPoolName)Description for 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 SkuInfoInner Modifier and Type Method Description SkuInfoInnerSkuInfoInner. withCapacity(SkuCapacity capacity)Set the capacity property: Min, max, and default scale values of the SKU.SkuInfoInnerSkuInfoInner. withResourceType(String resourceType)Set the resourceType property: Resource type that this SKU applies to.SkuInfoInnerSkuInfoInner. 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 SkuInfoInner Modifier and Type Method Description List<SkuInfoInner>SkuInfoCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type SkuInfoInner Modifier and Type Method Description SkuInfoCollectionSkuInfoCollection. withValue(List<SkuInfoInner> value)Set the value property: Collection of resources.
-