PartnerDetails Class
Information about the partner.
Constructor
PartnerDetails(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
description
|
This is short description about the partner. The length of this description should not exceed 256 characters. |
|
long_description
|
Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters. |
|
setup_uri
|
URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source. |
Attributes
description
This is short description about the partner. The length of this description should not exceed 256 characters.
description: str | None
long_description
Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters.
long_description: str | None
setup_uri
URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.
setup_uri: str | None