Uses of Interface
com.microsoft.azure.management.compute.ComputeSku
Packages that use ComputeSku
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ComputeSku in com.microsoft.azure.management.compute
Methods in com.microsoft.azure.management.compute that return types with arguments of type ComputeSkuModifier and TypeMethodDescriptioncom.microsoft.azure.PagedList<ComputeSku>ComputeSkus.listbyRegionAndResourceType(Region region, ComputeResourceType resourceType) Lists all the skus with the specified resource type in the given region.rx.Observable<ComputeSku>ComputeSkus.listbyRegionAndResourceTypeAsync(Region region, ComputeResourceType resourceType) Lists all the skus with the specified resource type in the given region.com.microsoft.azure.PagedList<ComputeSku>ComputeSkus.listByResourceType(ComputeResourceType resourceType) Lists all the skus with the specified resource type.rx.Observable<ComputeSku>ComputeSkus.listByResourceTypeAsync(ComputeResourceType resourceType) Lists all the skus with the specified resource type.