IResourceSkusOperations Interface

Definition

ResourceSkusOperations operations.

public interface IResourceSkusOperations
type IResourceSkusOperations = interface
Public Interface IResourceSkusOperations

Methods

Name Description
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

Name Description
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