Share via


WindowsTemplateRegistrationDescription interface

Represents a Windows Notification Services (WNS) template registration.

Extends

Properties

kind

The kind of the registration.

Inherited Properties

bodyTemplate

The body template.

channelUri

The channel URI.

etag

The ETag associated with this description.

expirationTime

The expiration time of the registration.

pushVariables

A dictionary of push variables associated with property bag.

registrationId

The registration ID.

tags

The tags associated with the registration.

templateName

The name of the template.

wnsHeaders

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