WindowsTemplateRegistrationDescription interface
Represents a Windows Notification Services (WNS) template registration.
Properties
| kind | The kind of the registration. |
Inherited Properties
| body |
The body template. |
| channel |
The channel URI. |
| etag | The ETag associated with this description. |
| expiration |
The expiration time of the registration. |
| push |
A dictionary of push variables associated with property bag. |
| registration |
The registration ID. |
| tags | The tags associated with the registration. |
| template |
The name of the template. |
| wns |
The WNS headers. |
Property Details
kind
The kind of the registration.
kind: "WindowsTemplate"
Property Value
"WindowsTemplate"
Inherited Property Details
bodyTemplate
The body template.
bodyTemplate: string
Property Value
string
Inherited From WindowsTemplateRegistrationDescriptionCommon.bodyTemplate
channelUri
The channel URI.
channelUri: string
Property Value
string
Inherited From WindowsTemplateRegistrationDescriptionCommon.channelUri
etag
The ETag associated with this description.
etag?: string
Property Value
string
Inherited From WindowsTemplateRegistrationDescriptionCommon.etag
expirationTime
The expiration time of the registration.
expirationTime?: Date
Property Value
Date
Inherited From WindowsTemplateRegistrationDescriptionCommon.expirationTime
pushVariables
A dictionary of push variables associated with property bag.
pushVariables?: Record<string, string>
Property Value
Record<string, string>
Inherited From WindowsTemplateRegistrationDescriptionCommon.pushVariables
registrationId
The registration ID.
registrationId?: string
Property Value
string
Inherited From WindowsTemplateRegistrationDescriptionCommon.registrationId
tags
The tags associated with the registration.
tags?: string[]
Property Value
string[]
Inherited From WindowsTemplateRegistrationDescriptionCommon.tags
templateName
The name of the template.
templateName?: string
Property Value
string
Inherited From WindowsTemplateRegistrationDescriptionCommon.templateName
wnsHeaders
The WNS headers.
wnsHeaders?: Record<string, string>
Property Value
Record<string, string>
Inherited From WindowsTemplateRegistrationDescriptionCommon.wnsHeaders