Compartilhar via


NotificationRecipientEmailOperationsExtensions.CreateOrUpdateAsync Método

Definição

Adiciona o endereço de email à lista de destinatários da notificação.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailContract> CreateOrUpdateAsync (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations operations, string resourceGroupName, string serviceName, string notificationName, string email, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailContract>
<Extension()>
Public Function CreateOrUpdateAsync (operations As INotificationRecipientEmailOperations, resourceGroupName As String, serviceName As String, notificationName As String, email As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RecipientEmailContract)

Parâmetros

operations
INotificationRecipientEmailOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

O nome do grupo de recursos.

serviceName
String

O nome do serviço Gerenciamento de API.

notificationName
String

Identificador de nome de notificação. Os valores possíveis incluem: 'RequestPublisherNotificationMessage', 'PurchasePublisherNotificationMessage', 'NewApplicationNotificationMessage', 'BCC', 'NewIssuePublisherNotificationMessage', 'AccountClosedPublisher', 'QuotaLimitApproachingPublisherNotificationMessage'

email
String

Email identificador.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a