你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MarketplaceRegistrationDefinitionProperties Class

The properties of the marketplace registration definition.

All required parameters must be populated in order to send to server.

Constructor

MarketplaceRegistrationDefinitionProperties(*, managed_by_tenant_id: str, authorizations: list['_models.Authorization'], eligible_authorizations: list['_models.EligibleAuthorization'] | None = None, offer_display_name: str | None = None, publisher_display_name: str | None = None, plan_display_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
managed_by_tenant_id
str

The identifier of the managedBy tenant. Required.

authorizations

The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant. Required.

eligible_authorizations

The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.

Default value: None
offer_display_name
str

The marketplace offer display name.

Default value: None
publisher_display_name
str

The marketplace publisher display name.

Default value: None
plan_display_name
str

The marketplace plan display name.

Default value: None

Variables

Name Description
managed_by_tenant_id
str

The identifier of the managedBy tenant. Required.

authorizations

The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant. Required.

eligible_authorizations

The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant.

offer_display_name
str

The marketplace offer display name.

publisher_display_name
str

The marketplace publisher display name.

plan_display_name
str

The marketplace plan display name.