AdmTemplateRegistrationDescription Constructors
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.
Overloads
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. |
AdmTemplateRegistrationDescription(AdmTemplateRegistrationDescription)
Initializes a new instance of the AdmTemplateRegistrationDescription class with specified source registration.
public AdmTemplateRegistrationDescription (Microsoft.Azure.NotificationHubs.AdmTemplateRegistrationDescription sourceRegistration);
new Microsoft.Azure.NotificationHubs.AdmTemplateRegistrationDescription : Microsoft.Azure.NotificationHubs.AdmTemplateRegistrationDescription -> Microsoft.Azure.NotificationHubs.AdmTemplateRegistrationDescription
Public Sub New (sourceRegistration As AdmTemplateRegistrationDescription)
Parameters
- sourceRegistration
- AdmTemplateRegistrationDescription
The source registration.
Applies to
AdmTemplateRegistrationDescription(String)
Initializes a new instance of the AdmTemplateRegistrationDescription class with specified Amazon Device Messaging registration identifier.
public AdmTemplateRegistrationDescription (string admRegistrationId);
new Microsoft.Azure.NotificationHubs.AdmTemplateRegistrationDescription : string -> Microsoft.Azure.NotificationHubs.AdmTemplateRegistrationDescription
Public Sub New (admRegistrationId As String)
Parameters
- admRegistrationId
- String
The Amazon Device Messaging registration identifier.
Applies to
AdmTemplateRegistrationDescription(String, String)
Initializes a new instance of the AdmTemplateRegistrationDescription class.
public AdmTemplateRegistrationDescription (string admRegistrationId, string jsonPayload);
new Microsoft.Azure.NotificationHubs.AdmTemplateRegistrationDescription : string * string -> Microsoft.Azure.NotificationHubs.AdmTemplateRegistrationDescription
Public Sub New (admRegistrationId As String, jsonPayload As String)
Parameters
- admRegistrationId
- String
The Amazon Device Messaging registration identifier.
- jsonPayload
- String
The JSON payload.
Applies to
AdmTemplateRegistrationDescription(String, String, IEnumerable<String>)
Initializes a new instance of the AdmTemplateRegistrationDescription class.
public AdmTemplateRegistrationDescription (string admRegistrationId, string jsonPayload, System.Collections.Generic.IEnumerable<string> tags);
new Microsoft.Azure.NotificationHubs.AdmTemplateRegistrationDescription : string * string * seq<string> -> Microsoft.Azure.NotificationHubs.AdmTemplateRegistrationDescription
Public Sub New (admRegistrationId As String, jsonPayload As String, tags As IEnumerable(Of String))
Parameters
- admRegistrationId
- String
The Amazon Device Messaging registration identifier.
- jsonPayload
- String
The JSON payload.
- tags
- IEnumerable<String>
The description tags.
Applies to
Azure SDK for .NET