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

PartnerDetails Class

Information about the partner.

Inheritance
azure.mgmt.eventgrid._serialization.Model
PartnerDetails

Constructor

PartnerDetails(*, description: str | None = None, long_description: str | None = None, setup_uri: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
description
str

This is short description about the partner. The length of this description should not exceed 256 characters.

long_description
str

Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters.

setup_uri
str

URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.

Variables

Name Description
description
str

This is short description about the partner. The length of this description should not exceed 256 characters.

long_description
str

Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters.

setup_uri
str

URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.