Uses of Class
com.azure.resourcemanager.appservice.fluent.models.SkuInfosInner
Packages that use SkuInfosInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
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 SkuInfosInnerMethods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SkuInfosInnerModifier and TypeMethodDescriptionResourceProvidersClient.listSkusAsync()List all SKUs.com.azure.core.http.rest.Response<SkuInfosInner> ResourceProvidersClient.listSkusWithResponse(com.azure.core.util.Context context) List all SKUs.Mono<com.azure.core.http.rest.Response<SkuInfosInner>> ResourceProvidersClient.listSkusWithResponseAsync()List all SKUs. -
Uses of SkuInfosInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return SkuInfosInnerModifier and TypeMethodDescriptionstatic SkuInfosInnerSkuInfosInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SkuInfosInner from the JsonReader.SkuInfosInner.withResourceType(String resourceType) Set the resourceType property: Resource type that this SKU applies to.SkuInfosInner.withSkus(List<GlobalCsmSkuDescription> skus) Set the skus property: List of SKUs the subscription is able to use.