Skip to main content

marketplace_registration_definitions

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

Overview

Namemarketplace_registration_definitions
TypeResource
Idazure.managed_services.marketplace_registration_definitions

Fields

NameDatatypeDescription
idtextThe fully qualified path of the marketplace registration definition.
nametextThe name of the marketplace registration definition.
authorizationstextfield from the properties object
eligible_authorizationstextfield from the properties object
managed_by_tenant_idtextfield from the properties object
marketplaceIdentifiertextfield from the properties object
offer_display_nametextfield from the properties object
plantextPlan for the resource.
plan_display_nametextfield from the properties object
publisher_display_nametextfield from the properties object
scopetextfield from the properties object
typetextThe type of the Azure resource (Microsoft.ManagedServices/marketplaceRegistrationDefinitions).

Methods

NameAccessible byRequired ParamsDescription
getSELECTmarketplaceIdentifier, scopeGet the marketplace registration definition for the marketplace identifier.
listSELECTscopeGets a list of the marketplace registration definitions for the marketplace identifier.

SELECT examples

Gets a list of the marketplace registration definitions for the marketplace identifier.

SELECT
id,
name,
authorizations,
eligible_authorizations,
managed_by_tenant_id,
marketplaceIdentifier,
offer_display_name,
plan,
plan_display_name,
publisher_display_name,
scope,
type
FROM azure.managed_services.vw_marketplace_registration_definitions
WHERE scope = '{{ scope }}';