Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceSku
Packages that use ResourceSku
Package
Description
Package containing the service clients for AppPlatformManagementClient.
Package containing the data models for AppPlatformManagementClient.
-
Uses of ResourceSku in com.azure.resourcemanager.appplatform.fluent
Methods in com.azure.resourcemanager.appplatform.fluent that return types with arguments of type ResourceSkuModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ResourceSku> SkusClient.list()Lists all of the available skus of the Microsoft.AppPlatform provider.com.azure.core.http.rest.PagedIterable<ResourceSku> SkusClient.list(com.azure.core.util.Context context) Lists all of the available skus of the Microsoft.AppPlatform provider.com.azure.core.http.rest.PagedFlux<ResourceSku> SkusClient.listAsync()Lists all of the available skus of the Microsoft.AppPlatform provider. -
Uses of ResourceSku in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return ResourceSkuModifier and TypeMethodDescriptionstatic ResourceSkuResourceSku.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ResourceSku from the JsonReader.ResourceSku.withCapacity(SkuCapacity capacity) Set the capacity property: Gets the capacity of SKU.ResourceSku.withLocationInfo(List<ResourceSkuLocationInfo> locationInfo) Set the locationInfo property: Gets a list of locations and availability zones in those locations where the SKU is available.ResourceSku.withLocations(List<String> locations) Set the locations property: Gets the set of locations that the SKU is available.Set the name property: Gets the name of SKU.ResourceSku.withResourceType(String resourceType) Set the resourceType property: Gets the type of resource the SKU applies to.ResourceSku.withRestrictions(List<ResourceSkuRestrictions> restrictions) Set the restrictions property: Gets the restrictions because of which SKU cannot be used.Set the tier property: Gets the tier of SKU.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ResourceSkuModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ResourceSku> SpringServices.listSkus()Gets all available SKU.com.azure.core.http.rest.PagedFlux<ResourceSku> SpringServices.listSkusAsync()Gets all available SKU.ResourceSkuCollection.value()Get the value property: Collection of resource SKU.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type ResourceSkuModifier and TypeMethodDescriptionResourceSkuCollection.withValue(List<ResourceSku> value) Set the value property: Collection of resource SKU.