Share via


MarketplacesOperationsExtensions Class

Definition

Extension methods for MarketplacesOperations.

public static class MarketplacesOperationsExtensions
type MarketplacesOperationsExtensions = class
Public Module MarketplacesOperationsExtensions
Inheritance
MarketplacesOperationsExtensions

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/

Applies to