MarketplacesOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ConsumptionManagementClient's

<xref:marketplaces> attribute.

Constructor

MarketplacesOperations(*args, **kwargs)

Methods

list

Lists the marketplaces for a scope at the defined scope. Marketplaces are available via this API only for May 1, 2014 or later.

list

Lists the marketplaces for a scope at the defined scope. Marketplaces are available via this API only for May 1, 2014 or later.

list(scope: str, *, filter: str | None = None, top: int | None = None, skiptoken: str | None = None, **kwargs: Any) -> AsyncItemPaged[Marketplace]

Parameters

Name Description
scope
Required
str

The fully qualified Azure Resource manager identifier of the resource. Required.

Keyword-Only Parameters

Name Description
filter
str

May be used to filter marketplaces by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName or properties/instanceId. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Default value is None.

Default value: None
top
int

May be used to limit the number of results to the most recent N marketplaces. Default value is None.

Default value: None
skiptoken
str

Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that specifies a starting point to use for subsequent calls. Default value is None.

Default value: None

Returns

Type Description

An iterator like instance of Marketplace

Exceptions

Type Description