共用方式為


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.