通过


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

ResourceSkusClient Interface

public interface ResourceSkusClient

An instance of this class provides access to all the operations defined in ResourceSkusClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ResourceSkuInner> list()

Gets the list of Microsoft.Compute SKUs available for your Subscription.

abstract PagedIterable<ResourceSkuInner> list(String filter, String includeExtendedLocations, Context context)

Gets the list of Microsoft.Compute SKUs available for your Subscription.

abstract PagedFlux<ResourceSkuInner> listAsync()

Gets the list of Microsoft.Compute SKUs available for your Subscription.

abstract PagedFlux<ResourceSkuInner> listAsync(String filter, String includeExtendedLocations)

Gets the list of Microsoft.Compute SKUs available for your Subscription.

Method Details

list

public abstract PagedIterable<ResourceSkuInner> list()

Gets the list of Microsoft.Compute SKUs available for your Subscription.

Returns:

the list of Microsoft.Compute SKUs available for your Subscription as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<ResourceSkuInner> list(String filter, String includeExtendedLocations, Context context)

Gets the list of Microsoft.Compute SKUs available for your Subscription.

Parameters:

filter - The filter to apply on the operation. Only location filter is supported currently.
includeExtendedLocations - To Include Extended Locations information or not in the response.
context - The context to associate with this operation.

Returns:

the list of Microsoft.Compute SKUs available for your Subscription as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<ResourceSkuInner> listAsync()

Gets the list of Microsoft.Compute SKUs available for your Subscription.

Returns:

the list of Microsoft.Compute SKUs available for your Subscription as paginated response with PagedFlux<T>.

listAsync

public abstract PagedFlux<ResourceSkuInner> listAsync(String filter, String includeExtendedLocations)

Gets the list of Microsoft.Compute SKUs available for your Subscription.

Parameters:

filter - The filter to apply on the operation. Only location filter is supported currently.
includeExtendedLocations - To Include Extended Locations information or not in the response.

Returns:

the list of Microsoft.Compute SKUs available for your Subscription as paginated response with PagedFlux<T>.

Applies to