Uses of Class
com.azure.resourcemanager.appplatform.models.ResourceSku
-
Packages that use ResourceSku Package Description com.azure.resourcemanager.appplatform.fluent Package containing the service clients for AppPlatformManagementClient.com.azure.resourcemanager.appplatform.models 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 ResourceSku Modifier and Type Method Description com.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 ResourceSku Modifier and Type Method Description ResourceSkuResourceSku. withCapacity(SkuCapacity capacity)Set the capacity property: Gets the capacity of SKU.ResourceSkuResourceSku. withLocationInfo(List<ResourceSkuLocationInfo> locationInfo)Set the locationInfo property: Gets a list of locations and availability zones in those locations where the SKU is available.ResourceSkuResourceSku. withLocations(List<String> locations)Set the locations property: Gets the set of locations that the SKU is available.ResourceSkuResourceSku. withName(String name)Set the name property: Gets the name of SKU.ResourceSkuResourceSku. withResourceType(String resourceType)Set the resourceType property: Gets the type of resource the SKU applies to.ResourceSkuResourceSku. withRestrictions(List<ResourceSkuRestrictions> restrictions)Set the restrictions property: Gets the restrictions because of which SKU cannot be used.ResourceSkuResourceSku. withTier(String tier)Set the tier property: Gets the tier of SKU.Methods in com.azure.resourcemanager.appplatform.models that return types with arguments of type ResourceSku Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<ResourceSku>SpringServices. listSkus()com.azure.core.http.rest.PagedFlux<ResourceSku>SpringServices. listSkusAsync()List<ResourceSku>ResourceSkuCollection. value()Get the value property: Collection of resource SKU.Method parameters in com.azure.resourcemanager.appplatform.models with type arguments of type ResourceSku Modifier and Type Method Description ResourceSkuCollectionResourceSkuCollection. withValue(List<ResourceSku> value)Set the value property: Collection of resource SKU.
-