IMarketplacesOperations 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.
MarketplacesOperations operations.
public interface IMarketplacesOperations
type IMarketplacesOperations = interface
Public Interface IMarketplacesOperations
Methods
Extension Methods
List(IMarketplacesOperations, ODataQuery<Marketplace>, String) |
Lists the marketplaces for a scope by subscriptionId. Marketplaces are available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/ |
ListAsync(IMarketplacesOperations, ODataQuery<Marketplace>, String, CancellationToken) |
Lists the marketplaces for a scope by subscriptionId. Marketplaces are available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/ |
ListByBillingPeriod(IMarketplacesOperations, String, ODataQuery<Marketplace>, String) |
Lists the marketplaces for a scope by billing period and subscripotionId. Marketplaces are available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/ |
ListByBillingPeriodAsync(IMarketplacesOperations, String, ODataQuery<Marketplace>, String, CancellationToken) |
Lists the marketplaces for a scope by billing period and subscripotionId. Marketplaces are available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/ |
ListByBillingPeriodNext(IMarketplacesOperations, String) |
Lists the marketplaces for a scope by billing period and subscripotionId. Marketplaces are available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/ |
ListByBillingPeriodNextAsync(IMarketplacesOperations, String, CancellationToken) |
Lists the marketplaces for a scope by billing period and subscripotionId. Marketplaces are available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/ |
ListNext(IMarketplacesOperations, String) |
Lists the marketplaces for a scope by subscriptionId. Marketplaces are available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/ |
ListNextAsync(IMarketplacesOperations, String, CancellationToken) |
Lists the marketplaces for a scope by subscriptionId. Marketplaces are available via this API only for May 1, 2014 or later. https://docs.microsoft.com/en-us/rest/api/consumption/ |