MarketplaceRegistrationDefinitionsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

ManagedServicesClient's

<xref:marketplace_registration_definitions> attribute.

Constructor

MarketplaceRegistrationDefinitionsOperations(*args, **kwargs)

Methods

get

Get the marketplace registration definition for the marketplace identifier.

list

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

get

Get the marketplace registration definition for the marketplace identifier.

get(scope: str, marketplace_identifier: str, **kwargs: Any) -> MarketplaceRegistrationDefinition

Parameters

Name Description
scope
Required
str

The scope of the resource. Required.

marketplace_identifier
Required
str

The Azure Marketplace identifier. Expected formats: {publisher}.{product[-preview]}.{planName}.{version} or {publisher}.{product[-preview]}.{planName} or {publisher}.{product[-preview]} or {publisher}). Required.

Returns

Type Description

MarketplaceRegistrationDefinition or the result of cls(response)

Exceptions

Type Description

list

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

list(scope: str, filter: str | None = None, **kwargs: Any) -> ItemPaged[MarketplaceRegistrationDefinition]

Parameters

Name Description
scope
Required
str

The scope of the resource. Required.

filter
str

The filter query parameter to filter marketplace registration definitions by plan identifier, publisher, version etc. Default value is None.

Default value: None

Returns

Type Description

An iterator like instance of either MarketplaceRegistrationDefinition or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.managedservices.models' from 'C:\\ToolCache\\Python\\3.12.10\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv172\\Lib\\site-packages\\azure\\mgmt\\managedservices\\models\\__init__.py'>