NotificationRecipientEmailOperationsExtensions.CreateOrUpdate Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Adiciona o endereço de email à lista de destinatários da notificação.
public static Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations operations, string resourceGroupName, string serviceName, string notificationName, string email);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.INotificationRecipientEmailOperations * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.RecipientEmailContract
<Extension()>
Public Function CreateOrUpdate (operations As INotificationRecipientEmailOperations, resourceGroupName As String, serviceName As String, notificationName As String, email As String) As 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'
- String
Email identificador.
Retornos
Aplica-se a
Azure SDK for .NET