Uses of Interface
com.microsoft.azure.management.compute.ComputeSku
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of ComputeSku in com.microsoft.azure.management.compute
Modifier 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.