你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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: