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

IResourceSkusOperations Interface

Definition

ResourceSkusOperations operations.

public interface IResourceSkusOperations
type IResourceSkusOperations = interface
Public Interface IResourceSkusOperations

Methods

ListSkusNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

The skus action returns the list of SKUs that DMS supports.

ListSkusWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

The skus action returns the list of SKUs that DMS supports.

Extension Methods

ListSkus(IResourceSkusOperations)

The skus action returns the list of SKUs that DMS supports.

ListSkusAsync(IResourceSkusOperations, CancellationToken)

The skus action returns the list of SKUs that DMS supports.

ListSkusNext(IResourceSkusOperations, String)

The skus action returns the list of SKUs that DMS supports.

ListSkusNextAsync(IResourceSkusOperations, String, CancellationToken)

The skus action returns the list of SKUs that DMS supports.

Applies to