Freigeben über


EmailTemplateOperationsExtensions.GetEntityTagAsync Methode

Definition

Ruft die Etag-Version (Entity State) der E-Mail-Vorlage ab, die durch ihren Bezeichner angegeben wird.

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)

Parameter

operations
IEmailTemplateOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

serviceName
String

Der Name des API Management-Diensts.

templateName
String

Email Vorlagennamenbezeichner. Mögliche Werte sind: "applicationApprovedNotificationMessage", "accountClosedDeveloper", 'quotaLimitApproachingDeveloperNotificationMessage', 'newDeveloperNotificationMessage', 'emailChangeIdentityDefault', 'inviteUserNotificationMessage', 'newCommentNotificationMessage', 'confirmSignUpIdentityDefault', 'newIssueNotificationMessage', 'purchaseDeveloperNotificationMessage', 'passwordResetIdentityDefault', 'passwordResetByAdminNotificationMessage', ' rejectDeveloperNotificationMessage', 'requestDeveloperNotificationMessage'

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: