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 SkuInfosInnerModifier and TypeMethodDescriptionResourceProvidersClient.listSkus()Description for List all SKUs.Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type SkuInfosInnerModifier and TypeMethodDescriptionResourceProvidersClient.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 SkuInfosInnerModifier and TypeMethodDescriptionSkuInfosInner.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.