示例#1
0
 /// <summary>
 /// Reset the Email Template to default template provided by the API Management
 /// service instance.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='serviceName'>
 /// The name of the API Management service.
 /// </param>
 /// <param name='templateName'>
 /// Email Template Name Identifier. Possible values include:
 /// 'applicationApprovedNotificationMessage', 'accountClosedDeveloper',
 /// 'quotaLimitApproachingDeveloperNotificationMessage',
 /// 'newDeveloperNotificationMessage', 'emailChangeIdentityDefault',
 /// 'inviteUserNotificationMessage', 'newCommentNotificationMessage',
 /// 'confirmSignUpIdentityDefault', 'newIssueNotificationMessage',
 /// 'purchaseDeveloperNotificationMessage', 'passwordResetIdentityDefault',
 /// 'passwordResetByAdminNotificationMessage',
 /// 'rejectDeveloperNotificationMessage', 'requestDeveloperNotificationMessage'
 /// </param>
 /// <param name='ifMatch'>
 /// ETag of the Entity. ETag should match the current entity state from the
 /// header response of the GET request or it should be * for unconditional
 /// update.
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task DeleteAsync(this IEmailTemplateOperations operations, string resourceGroupName, string serviceName, string templateName, string ifMatch, CancellationToken cancellationToken = default(CancellationToken))
 {
     (await operations.DeleteWithHttpMessagesAsync(resourceGroupName, serviceName, templateName, ifMatch, null, cancellationToken).ConfigureAwait(false)).Dispose();
 }