MessageTemplateClient 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.
The MessageTemplate service client.
public class MessageTemplateClient
type MessageTemplateClient = class
Public Class MessageTemplateClient
- Inheritance
-
MessageTemplateClient
Constructors
MessageTemplateClient() |
Initializes a new instance of MessageTemplateClient for mocking. |
MessageTemplateClient(String, CommunicationMessagesClientOptions) |
Initializes a new instance of MessageTemplateClient. |
MessageTemplateClient(String) |
Initializes a new instance of MessageTemplateClient. |
MessageTemplateClient(Uri, AzureKeyCredential, CommunicationMessagesClientOptions) |
Initializes a new instance of MessageTemplateClient. |
MessageTemplateClient(Uri, AzureKeyCredential) |
Initializes a new instance of MessageTemplateClient. |
MessageTemplateClient(Uri, TokenCredential, CommunicationMessagesClientOptions) |
Initializes a new instance of MessageTemplateClient. |
MessageTemplateClient(Uri, TokenCredential) |
Initializes a new instance of MessageTemplateClient. |
Properties
Pipeline |
The HTTP pipeline for sending and receiving REST requests and responses. |
Methods
GetTemplates(Guid, Nullable<Int32>, CancellationToken) |
List all templates for given Azure Communication Services channel. |
GetTemplates(Guid, Nullable<Int32>, RequestContext) |
[Protocol Method] List all templates for given Azure Communication Services channel
|
GetTemplates(String, CancellationToken) |
List all templates for given ACS channel. |
GetTemplatesAsync(Guid, Nullable<Int32>, CancellationToken) |
List all templates for given Azure Communication Services channel. |
GetTemplatesAsync(Guid, Nullable<Int32>, RequestContext) |
[Protocol Method] List all templates for given Azure Communication Services channel
|
GetTemplatesAsync(String, CancellationToken) |
List all templates for given ACS channel asynchronously. |
Applies to
Azure SDK for .NET