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. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | The geo-location where the resource lives |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
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.
provisioningState?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From TrackedResource.id
location
The geo-location where the resource lives
location: string
Property Value
string
Inherited From TrackedResource.location
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From TrackedResource.systemData
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From TrackedResource.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From TrackedResource.type