EmailTemplateOperationsExtensions.GetEntityTagAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la version de l’état de l’entité (Etag) du modèle d’e-mail spécifié par son identificateur.
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)
Paramètres
- operations
- IEmailTemplateOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- serviceName
- String
Nom du service Gestion des API.
- templateName
- String
Email identificateur de nom de modèle. Les valeurs possibles sont les suivantes : « applicationApprovedNotificationMessage », 'accountClosedDeveloper', 'quotaLimitApproachingDeveloperNotificationMessage', 'newDeveloperNotificationMessage', 'emailChangeIdentityDefault', 'inviteUserNotificationMessage', 'newCommentNotificationMessage', 'confirmSignUpIdentityDefault', 'newIssueNotificationMessage', 'purchaseDeveloperNotificationMessage', 'passwordResetIdentityDefault', 'passwordResetByAdminNotificationMessage', ' rejectDeveloperNotificationMessage', 'requestDeveloperNotificationMessage'
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET