Share via


PartnerDetails Class

Information about the partner.

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.

Default value: None
long_description
str

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

Default value: None
setup_uri
str

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

Default value: None

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.