AdmTemplateRegistrationDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
type AdmTemplateRegistrationDescription = class
inherit AdmRegistrationDescription
Public Class AdmTemplateRegistrationDescription
Inherits AdmRegistrationDescription
- Inheritance
-
System.ObjectAdmTemplateRegistrationDescription
- Attributes
-
System.Runtime.Serialization.DataContractAttribute
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 of the CDataMember notification. |
ETag |
Gets or sets the ETag associated with this description. (Inherited from RegistrationDescription) |
ExpirationTime |
Gets or sets the expiration time of the registration. (Inherited from RegistrationDescription) |
ExtensionData |
Gets or sets the structure that contains extra data. (Inherited from EntityDescription) |
IsReadOnly |
Gets or sets a value that indicates whether the entity description is read-only. (Inherited from EntityDescription) |
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 Amazon Device Messaging template. |
Methods
Serialize() |
Serializes the registration description. (Inherited from RegistrationDescription) |
ThrowIfReadOnly() |
Throws an exception if the entity description is read-only. (Inherited from EntityDescription) |