AppleTemplateRegistrationDescription 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 Apple template registration.
[System.Runtime.Serialization.DataContract(Name="AppleTemplateRegistrationDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")]
public class AppleTemplateRegistrationDescription : Microsoft.Azure.NotificationHubs.AppleRegistrationDescription
[<System.Runtime.Serialization.DataContract(Name="AppleTemplateRegistrationDescription", Namespace="http://schemas.microsoft.com/netservices/2010/10/servicebus/connect")>]
type AppleTemplateRegistrationDescription = class
inherit AppleRegistrationDescription
Public Class AppleTemplateRegistrationDescription
Inherits AppleRegistrationDescription
- Inheritance
-
AppleTemplateRegistrationDescription
- Attributes
Constructors
AppleTemplateRegistrationDescription(AppleTemplateRegistrationDescription) |
Initializes a new instance of the AppleTemplateRegistrationDescription class. |
AppleTemplateRegistrationDescription(String, String, IDictionary<String,String>) |
Initializes a new instance of the AppleTemplateRegistrationDescription class. |
AppleTemplateRegistrationDescription(String, String, IEnumerable<String>) |
Initializes a new instance of the AppleTemplateRegistrationDescription class. |
AppleTemplateRegistrationDescription(String, String) |
Initializes a new instance of the AppleTemplateRegistrationDescription class. |
AppleTemplateRegistrationDescription(String) |
Initializes new instance of the AppleTemplateRegistrationDescription class. |
Properties
ApnsHeaders |
Gets or sets the APNS headers. |
BodyTemplate |
Gets or sets the body template. |
DeviceToken |
Gets or sets the device token. (Inherited from AppleRegistrationDescription) |
ETag |
Gets the ETag associated with this description. (Inherited from RegistrationDescription) |
ExpirationTime |
Gets the expiration time of the registration. (Inherited from RegistrationDescription) |
Expiry |
Gets or sets the expiry date. |
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) |
Priority |
Gets or sets the notification priority. |
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
Azure SDK for .NET