NotificationHubClient.CreateBaiduTemplateRegistrationAsync Method
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
CreateBaiduTemplateRegistrationAsync(String, String, String) |
Creates the baidu template registration asynchronously. |
CreateBaiduTemplateRegistrationAsync(String, String, String, IEnumerable<String>) |
Creates the baidu template registration asynchronously. |
CreateBaiduTemplateRegistrationAsync(String, String, String)
Creates the baidu template registration asynchronously.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduTemplateRegistrationDescription> CreateBaiduTemplateRegistrationAsync (string userId, string channelId, string jsonPayload);
abstract member CreateBaiduTemplateRegistrationAsync : string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduTemplateRegistrationDescription>
override this.CreateBaiduTemplateRegistrationAsync : string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduTemplateRegistrationDescription>
Public Function CreateBaiduTemplateRegistrationAsync (userId As String, channelId As String, jsonPayload As String) As Task(Of BaiduTemplateRegistrationDescription)
Parameters
- userId
- String
The user identifier.
- channelId
- String
The channel identifier.
- jsonPayload
- String
The json payload.
Returns
A task that represents the asynchronous operation.
Implements
Applies to
CreateBaiduTemplateRegistrationAsync(String, String, String, IEnumerable<String>)
Creates the baidu template registration asynchronously.
public System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduTemplateRegistrationDescription> CreateBaiduTemplateRegistrationAsync (string userId, string channelId, string jsonPayload, System.Collections.Generic.IEnumerable<string> tags);
abstract member CreateBaiduTemplateRegistrationAsync : string * string * string * seq<string> -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduTemplateRegistrationDescription>
override this.CreateBaiduTemplateRegistrationAsync : string * string * string * seq<string> -> System.Threading.Tasks.Task<Microsoft.Azure.NotificationHubs.BaiduTemplateRegistrationDescription>
Public Function CreateBaiduTemplateRegistrationAsync (userId As String, channelId As String, jsonPayload As String, tags As IEnumerable(Of String)) As Task(Of BaiduTemplateRegistrationDescription)
Parameters
- userId
- String
The user identifier.
- channelId
- String
The channel identifier.
- jsonPayload
- String
The json payload.
- tags
- IEnumerable<String>
The tags.
Returns
A task that represents the asynchronous operation.
Implements
Applies to
Azure SDK for .NET