Freigeben über


EmailTemplateOperationsExtensions.CreateOrUpdate Methode

Definition

Updates eine Email-Vorlage.

public static Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.IEmailTemplateOperations operations, string resourceGroupName, string serviceName, string templateName, Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateUpdateParameters parameters, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.IEmailTemplateOperations * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateUpdateParameters * string -> Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateContract
<Extension()>
Public Function CreateOrUpdate (operations As IEmailTemplateOperations, resourceGroupName As String, serviceName As String, templateName As String, parameters As EmailTemplateUpdateParameters, Optional ifMatch As String = Nothing) 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"

parameters
EmailTemplateUpdateParameters

Email Vorlagenupdateparameter.

ifMatch
String

ETag der Entität. Beim Erstellen einer Entität nicht erforderlich, aber beim Aktualisieren einer Entität erforderlich.

Gibt zurück

Gilt für: