Uses of Interface
com.azure.resourcemanager.compute.models.ComputeSku
Packages that use ComputeSku
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of ComputeSku in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ComputeSkuModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<ComputeSku> ComputeSkus.listByRegionAndResourceType(com.azure.core.management.Region region, ComputeResourceType resourceType) Lists all the skus with the specified resource type in the given region.com.azure.core.http.rest.PagedFlux<ComputeSku> ComputeSkus.listByRegionAndResourceTypeAsync(com.azure.core.management.Region region, ComputeResourceType resourceType) Lists all the skus with the specified resource type in the given region.com.azure.core.http.rest.PagedIterable<ComputeSku> ComputeSkus.listByResourceType(ComputeResourceType resourceType) Lists all the skus with the specified resource type.com.azure.core.http.rest.PagedFlux<ComputeSku> ComputeSkus.listByResourceTypeAsync(ComputeResourceType resourceType) Lists all the skus with the specified resource type.