Compartilhar via


NotificationRecipientUserOperationsExtensions.CreateOrUpdate Método

Definição

Adiciona o usuário do Gerenciamento de API à lista de destinatários da notificação.

public static Microsoft.Azure.Management.ApiManagement.Models.RecipientUserContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.INotificationRecipientUserOperations operations, string resourceGroupName, string serviceName, string notificationName, string userId);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.INotificationRecipientUserOperations * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.RecipientUserContract
<Extension()>
Public Function CreateOrUpdate (operations As INotificationRecipientUserOperations, resourceGroupName As String, serviceName As String, notificationName As String, userId As String) As RecipientUserContract

Parâmetros

operations
INotificationRecipientUserOperations

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'

userId
String

Identificador do usuário. Deve ser exclusivo na instância de serviço Gerenciamento de API atual.

Retornos

Aplica-se a