IResourceSkusOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |