Freigeben über


EmailTemplateOperationsExtensions.Update Methode

Definition

Updates API Management E-Mail-Vorlage

public static Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateContract Update (this Microsoft.Azure.Management.ApiManagement.IEmailTemplateOperations operations, string resourceGroupName, string serviceName, string templateName, string ifMatch, Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateUpdateParameters parameters);
static member Update : Microsoft.Azure.Management.ApiManagement.IEmailTemplateOperations * string * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateUpdateParameters -> Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateContract
<Extension()>
Public Function Update (operations As IEmailTemplateOperations, resourceGroupName As String, serviceName As String, templateName As String, ifMatch As String, parameters As EmailTemplateUpdateParameters) As EmailTemplateContract

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: "applicationApprovedNotificationMessage", "accountClosedDeveloper", 'quotaLimitApproachingDeveloperNotificationMessage', 'newDeveloperNotificationMessage', 'emailChangeIdentityDefault', 'inviteUserNotificationMessage', 'newCommentNotificationMessage', 'confirmSignUpIdentityDefault', 'newIssueNotificationMessage', 'purchaseDeveloperNotificationMessage', 'passwordResetIdentityDefault', 'passwordResetByAdminNotificationMessage', ' rejectDeveloperNotificationMessage", "requestDeveloperNotificationMessage"

ifMatch
String

ETag der Entität. ETag sollte mit dem aktuellen Entitätsstatus aus der Headerantwort der GET-Anforderung übereinstimmen, oder es sollte * für bedingungslose Aktualisierung sein.

parameters
EmailTemplateUpdateParameters

Parameter aktualisieren.

Gibt zurück

Gilt für: