Compartilhar via


EmailTemplateOperationsExtensions.GetEntityTagAsync Método

Definição

Obtém a versão do estado da entidade (Etag) do modelo de email especificado por seu identificador.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateGetEntityTagHeaders> GetEntityTagAsync (this Microsoft.Azure.Management.ApiManagement.IEmailTemplateOperations operations, string resourceGroupName, string serviceName, string templateName, System.Threading.CancellationToken cancellationToken = default);
static member GetEntityTagAsync : Microsoft.Azure.Management.ApiManagement.IEmailTemplateOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateGetEntityTagHeaders>
<Extension()>
Public Function GetEntityTagAsync (operations As IEmailTemplateOperations, resourceGroupName As String, serviceName As String, templateName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EmailTemplateGetEntityTagHeaders)

Parâmetros

operations
IEmailTemplateOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

templateName
String

Email identificador de nome de modelo. Os valores possíveis incluem: 'applicationApprovedNotificationMessage', 'accountClosedDeveloper', 'quotaLimitApproachingDeveloperNotificationMessage', 'newDeveloperNotificationMessage', 'emailChangeIdentityDefault', 'inviteUserNotificationMessage', 'newCommentNotificationMessage', 'confirmSignUpIdentityDefault', 'newIssueNotificationMessage', 'purchaseDeveloperNotificationMessage', 'passwordResetIdentityDefault', 'passwordResetByAdminNotificationMessage', ' rejectDeveloperNotificationMessage', 'requestDeveloperNotificationMessage'

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a