ComputeSkus Interface
Implements
public interface ComputeSkus
extends SupportsListing<ComputeSku>, SupportsListingByRegion<ComputeSku>, HasManager<ComputeManager>
Entry point to compute service SKUs.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
listByRegionAndResourceType(Region region, ComputeResourceType resourceType)
Lists all the skus with the specified resource type in the given region. |
abstract
Paged |
listByRegionAndResourceTypeAsync(Region region, ComputeResourceType resourceType)
Lists all the skus with the specified resource type in the given region. |
abstract
Paged |
listByResourceType(ComputeResourceType resourceType)
Lists all the skus with the specified resource type. |
abstract
Paged |
listByResourceTypeAsync(ComputeResourceType resourceType)
Lists all the skus with the specified resource type. |
Method Details
listByRegionAndResourceType
public abstract PagedIterable
Lists all the skus with the specified resource type in the given region.
Parameters:
Returns:
listByRegionAndResourceTypeAsync
public abstract PagedFlux
Lists all the skus with the specified resource type in the given region.
Parameters:
Returns:
listByResourceType
public abstract PagedIterable
Lists all the skus with the specified resource type.
Parameters:
Returns:
listByResourceTypeAsync
public abstract PagedFlux
Lists all the skus with the specified resource type.
Parameters:
Returns:
Applies to
Azure SDK for Java