PartnerDetails Class
Information about the partner.
- Inheritance
-
azure.mgmt.eventgrid._serialization.ModelPartnerDetails
Constructor
PartnerDetails(*, description: str | None = None, long_description: str | None = None, setup_uri: str | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Azure SDK for Python