PartnerDestination interface
Event Grid Partner Destination.
- Extends
Properties
activation |
Activation state of the partner destination. |
endpoint |
Endpoint Base URL of the partner destination |
endpoint |
Endpoint context associated with this partner destination. |
expiration |
Expiration time of the partner destination. If this timer expires and the partner destination was never activated, the partner destination and corresponding channel are deleted. |
message |
Context or helpful message that can be used during the approval process. |
partner |
The immutable Id of the corresponding partner registration. |
provisioning |
Provisioning state of the partner destination. NOTE: This property will not be serialized. It can only be populated by the server. |
system |
The system metadata relating to Partner Destination resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
id | Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
location | Location of the resource. |
name | Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
tags | Tags of the resource. |
type | Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
activationState
Activation state of the partner destination.
activationState?: string
Property Value
string
endpointBaseUrl
Endpoint Base URL of the partner destination
endpointBaseUrl?: string
Property Value
string
endpointServiceContext
Endpoint context associated with this partner destination.
endpointServiceContext?: string
Property Value
string
expirationTimeIfNotActivatedUtc
Expiration time of the partner destination. If this timer expires and the partner destination was never activated, the partner destination and corresponding channel are deleted.
expirationTimeIfNotActivatedUtc?: Date
Property Value
Date
messageForActivation
Context or helpful message that can be used during the approval process.
messageForActivation?: string
Property Value
string
partnerRegistrationImmutableId
The immutable Id of the corresponding partner registration.
partnerRegistrationImmutableId?: string
Property Value
string
provisioningState
Provisioning state of the partner destination. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
systemData
The system metadata relating to Partner Destination resource. NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
id
Fully qualified identifier of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From TrackedResource.id
location
Location of the resource.
location: string
Property Value
string
Inherited From TrackedResource.location
name
Name of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From TrackedResource.name
tags
Tags of the resource.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
Inherited From TrackedResource.tags
type
Type of the resource. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From TrackedResource.type
Azure SDK for JavaScript