Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner
-
Packages that use SkuInfosInner 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. -
-
Uses of SkuInfosInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return SkuInfosInner Modifier and Type Method Description SkuInfosInnerResourceProvidersClient. listSkus()Description for List all SKUs.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SkuInfosInner Modifier and Type Method Description Mono<SkuInfosInner>ResourceProvidersClient. listSkusAsync()Description for List all SKUs.com.azure.core.http.rest.Response<SkuInfosInner>ResourceProvidersClient. listSkusWithResponse(com.azure.core.util.Context context)Description for List all SKUs.Mono<com.azure.core.http.rest.Response<SkuInfosInner>>ResourceProvidersClient. listSkusWithResponseAsync()Description for List all SKUs. -
Uses of SkuInfosInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SkuInfosInner Modifier and Type Method Description SkuInfosInnerSkuInfosInner. withResourceType(String resourceType)Set the resourceType property: Resource type that this SKU applies to.SkuInfosInnerSkuInfosInner. withSkus(List<GlobalCsmSkuDescription> skus)Set the skus property: List of SKUs the subscription is able to use.
-