Compartilhar via


IEmailTemplateOperations.UpdateWithHttpMessagesAsync Método

Definição

Atualizações Gerenciamento de API modelo de email

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateContract,Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateUpdateHeaders>> UpdateWithHttpMessagesAsync (string resourceGroupName, string serviceName, string templateName, string ifMatch, Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateUpdateParameters parameters, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * string * string * string * Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateUpdateParameters * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateContract, Microsoft.Azure.Management.ApiManagement.Models.EmailTemplateUpdateHeaders>>
Public Function UpdateWithHttpMessagesAsync (resourceGroupName As String, serviceName As String, templateName As String, ifMatch As String, parameters As EmailTemplateUpdateParameters, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of EmailTemplateContract, EmailTemplateUpdateHeaders))

Parâmetros

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

templateName
String

Email identificador de nome de modelo. Os valores possíveis incluem: 'applicationApprovedNotificationMessage', 'accountClosedDeveloper', 'quotaLimitApproachingDeveloperNotificationMessage', 'newDeveloperNotificationMessage', 'emailChangeIdentityDefault', 'inviteUserNotificationMessage', 'newCommentNotificationMessage', 'confirmSignUpIdentityDefault', 'newIssueNotificationMessage', 'purchaseDeveloperNotificationMessage', 'passwordResetIdentityDefault', 'passwordResetByAdminNotificationMessage', ' rejectDeveloperNotificationMessage', 'requestDeveloperNotificationMessage'

ifMatch
String

ETag da Entidade. A ETag deve corresponder ao estado da entidade atual da resposta de cabeçalho da solicitação GET ou deve ser * para atualização incondicional.

parameters
EmailTemplateUpdateParameters

Atualizar parâmetros.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerada quando a operação retornou um código de status inválido

Gerada quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a