Share via


IMarketplacesOperations Interface

Definition

MarketplacesOperations operations.

public interface IMarketplacesOperations
type IMarketplacesOperations = interface
Public Interface IMarketplacesOperations

Methods

ListByBillingPeriodNextWithHttpMessagesAsync(String, Dictionary<String,List<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/

ListByBillingPeriodWithHttpMessagesAsync(String, ODataQuery<Marketplace>, String, Dictionary<String,List<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/

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<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/

ListWithHttpMessagesAsync(ODataQuery<Marketplace>, String, Dictionary<String,List<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/

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/

Applies to