PartnerDetails interface
Information about the partner.
Properties
description | This is short description about the partner. The length of this description should not exceed 256 characters. |
long |
Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters. |
setup |
URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source. |
Property Details
description
This is short description about the partner. The length of this description should not exceed 256 characters.
description?: string
Property Value
string
longDescription
Long description for the partner's scenarios and integration.Length of this description should not exceed 2048 characters.
longDescription?: string
Property Value
string
setupUri
URI of the partner website that can be used by Azure customers to setup Event Grid integration on an event source.
setupUri?: string
Property Value
string