Skip to main content

marketplaces

Creates, updates, deletes, gets or lists a marketplaces resource.

Overview

Namemarketplaces
TypeResource
Idazure.consumption.marketplaces

Fields

NameDatatypeDescription
idstringThe full qualified ARM ID of an event.
namestringThe ID that uniquely identifies an event.
etagstringThe etag for the resource.
propertiesobjectThe properties of the marketplace usage detail.
tagsobjectResource tags.
typestringResource type.

Methods

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

SELECT examples

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

SELECT
id,
name,
etag,
properties,
tags,
type
FROM azure.consumption.marketplaces
WHERE scope = '{{ scope }}';