Freigeben über


EmailTemplateOperationsExtensions.Get Methode

Definition

Ruft die Details der E-Mail-Vorlage ab, die durch ihren Bezeichner angegeben wird.

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

Gibt zurück

Gilt für: