WindowsTemplateRegistrationDescription 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
WindowsTemplateRegistrationDescription(WindowsTemplateRegistrationDescription)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription sourceRegistration);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (sourceRegistration As WindowsTemplateRegistrationDescription)
Parameters
- sourceRegistration
- WindowsTemplateRegistrationDescription
The source registration.
Applies to
WindowsTemplateRegistrationDescription(String)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (string channelUri);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : string -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As String)
Parameters
- channelUri
- String
The channel URI.
Applies to
WindowsTemplateRegistrationDescription(Uri)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (Uri channelUri);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : Uri -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As Uri)
Parameters
- channelUri
- Uri
The channel URI.
Applies to
WindowsTemplateRegistrationDescription(String, String)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (string channelUri, string templatePayload);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : string * string -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As String, templatePayload As String)
Parameters
- channelUri
- String
The channel URI.
- templatePayload
- String
The XML template.
Applies to
WindowsTemplateRegistrationDescription(String, XmlDocument)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (string channelUri, System.Xml.XmlDocument xmlTemplate);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : string * System.Xml.XmlDocument -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As String, xmlTemplate As XmlDocument)
Parameters
- channelUri
- String
The channel URI.
- xmlTemplate
- XmlDocument
The XML template.
Applies to
WindowsTemplateRegistrationDescription(Uri, String)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (Uri channelUri, string templatePayload);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : Uri * string -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As Uri, templatePayload As String)
Parameters
- channelUri
- Uri
The channel URI.
- templatePayload
- String
The XML template.
Applies to
WindowsTemplateRegistrationDescription(Uri, XmlDocument)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (Uri channelUri, System.Xml.XmlDocument xmlTemplate);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : Uri * System.Xml.XmlDocument -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As Uri, xmlTemplate As XmlDocument)
Parameters
- channelUri
- Uri
The channel URI.
- xmlTemplate
- XmlDocument
The XML template.
Applies to
WindowsTemplateRegistrationDescription(String, String, IDictionary<String,String>)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (string channelUri, string templatePayload, System.Collections.Generic.IDictionary<string,string> wnsHeaders);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As String, templatePayload As String, wnsHeaders As IDictionary(Of String, String))
Parameters
- channelUri
- String
The channel URI.
- templatePayload
- String
The XML template.
- wnsHeaders
- IDictionary<String,String>
The WNS headers.
Applies to
WindowsTemplateRegistrationDescription(String, String, IEnumerable<String>)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (string channelUri, string templatePayload, System.Collections.Generic.IEnumerable<string> tags);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : string * string * seq<string> -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As String, templatePayload As String, tags As IEnumerable(Of String))
Parameters
- channelUri
- String
The channel URI.
- templatePayload
- String
The XML template.
- tags
- IEnumerable<String>
The description tags.
Applies to
WindowsTemplateRegistrationDescription(Uri, String, IDictionary<String,String>)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (Uri channelUri, string templatePayload, System.Collections.Generic.IDictionary<string,string> wnsHeaders);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : Uri * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As Uri, templatePayload As String, wnsHeaders As IDictionary(Of String, String))
Parameters
- channelUri
- Uri
The channel URI.
- templatePayload
- String
The XML template.
- wnsHeaders
- IDictionary<String,String>
The WNS headers.
Applies to
WindowsTemplateRegistrationDescription(Uri, String, IEnumerable<String>)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (Uri channelUri, string templatePayload, System.Collections.Generic.IEnumerable<string> tags);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : Uri * string * seq<string> -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As Uri, templatePayload As String, tags As IEnumerable(Of String))
Parameters
- channelUri
- Uri
The channel URI.
- templatePayload
- String
The XML template.
- tags
- IEnumerable<String>
The description tags.
Applies to
WindowsTemplateRegistrationDescription(String, String, IDictionary<String,String>, IEnumerable<String>)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (string channelUri, string templatePayload, System.Collections.Generic.IDictionary<string,string> wnsHeaders, System.Collections.Generic.IEnumerable<string> tags);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : string * string * System.Collections.Generic.IDictionary<string, string> * seq<string> -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As String, templatePayload As String, wnsHeaders As IDictionary(Of String, String), tags As IEnumerable(Of String))
Parameters
- channelUri
- String
The channel URI.
- templatePayload
- String
The XML template.
- wnsHeaders
- IDictionary<String,String>
The WNS headers.
- tags
- IEnumerable<String>
The description tags.
Applies to
WindowsTemplateRegistrationDescription(Uri, String, IDictionary<String,String>, IEnumerable<String>)
Initializes a new instance of the WindowsTemplateRegistrationDescription class.
public WindowsTemplateRegistrationDescription (Uri channelUri, string templatePayload, System.Collections.Generic.IDictionary<string,string> wnsHeaders, System.Collections.Generic.IEnumerable<string> tags);
new Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription : Uri * string * System.Collections.Generic.IDictionary<string, string> * seq<string> -> Microsoft.Azure.NotificationHubs.WindowsTemplateRegistrationDescription
Public Sub New (channelUri As Uri, templatePayload As String, wnsHeaders As IDictionary(Of String, String), tags As IEnumerable(Of String))
Parameters
- channelUri
- Uri
The channel URI.
- templatePayload
- String
The XML template.
- wnsHeaders
- IDictionary<String,String>
The WNS headers.
- tags
- IEnumerable<String>
The description tags.
Applies to
Azure SDK for .NET