AdmTemplateRegistrationDescription Class

Definition

Represents the description of the Amazon Device Messaging (ADM) template registration.

[System.Runtime.Serialization.DataContract(Name="AdmTemplateRegistrationDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class AdmTemplateRegistrationDescription : Microsoft.Azure.NotificationHubs.AdmRegistrationDescription
[<System.Runtime.Serialization.DataContract(Name="AdmTemplateRegistrationDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type AdmTemplateRegistrationDescription = class
    inherit AdmRegistrationDescription
Public Class AdmTemplateRegistrationDescription
Inherits AdmRegistrationDescription
Inheritance
Attributes

Constructors

AdmTemplateRegistrationDescription(AdmTemplateRegistrationDescription)

Initializes a new instance of the AdmTemplateRegistrationDescription class with specified source registration.

AdmTemplateRegistrationDescription(String)

Initializes a new instance of the AdmTemplateRegistrationDescription class with specified Amazon Device Messaging registration identifier.

AdmTemplateRegistrationDescription(String, String)

Initializes a new instance of the AdmTemplateRegistrationDescription class.

AdmTemplateRegistrationDescription(String, String, IEnumerable<String>)

Initializes a new instance of the AdmTemplateRegistrationDescription class.

Properties

AdmRegistrationId

Gets or sets the Amazon Device Messaging registration identifier.

(Inherited from AdmRegistrationDescription)
BodyTemplate

Gets or sets the body template.

ETag

Gets the ETag associated with this description.

(Inherited from RegistrationDescription)
ExpirationTime

Gets the expiration time of the registration.

(Inherited from RegistrationDescription)
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from EntityDescription)
IsReadOnly

Indicate if the instance is read-only mode.

(Inherited from EntityDescription)
PnsHandle

Returns platform-specific Pns handle.

(Inherited from RegistrationDescription)
PushVariables

Gets or sets a dictionary of push variables associated with property bag.

(Inherited from RegistrationDescription)
RegistrationId

Gets or sets the registration ID.

(Inherited from RegistrationDescription)
Tags

Gets or sets a set of tags associated with the registration.

(Inherited from RegistrationDescription)
TemplateName

Gets or sets the name of the template.

Methods

Serialize()

Serializes the registration description.

(Inherited from RegistrationDescription)
ThrowIfReadOnly()

Throw if the read only bool is set.

(Inherited from EntityDescription)

Applies to