marketplaces
Creates, updates, deletes, gets or lists a marketplaces
resource.
Overview
Name | marketplaces |
Type | Resource |
Id | azure.consumption.marketplaces |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The full qualified ARM ID of an event. |
name | string | The ID that uniquely identifies an event. |
etag | string | The etag for the resource. |
properties | object | The properties of the marketplace usage detail. |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | scope | Lists 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 }}';