NotificationOperationsExtensions.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.
Criar ou atualizar a notificação do editor do Gerenciamento de API.
public static Microsoft.Azure.Management.ApiManagement.Models.NotificationContract CreateOrUpdate (this Microsoft.Azure.Management.ApiManagement.INotificationOperations operations, string resourceGroupName, string serviceName, string notificationName, string ifMatch = default);
static member CreateOrUpdate : Microsoft.Azure.Management.ApiManagement.INotificationOperations * string * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.NotificationContract
<Extension()>
Public Function CreateOrUpdate (operations As INotificationOperations, resourceGroupName As String, serviceName As String, notificationName As String, Optional ifMatch As String = Nothing) As NotificationContract
Parâmetros
- operations
- INotificationOperations
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'
- ifMatch
- String
ETag da Entidade. Não é necessário ao criar uma entidade, mas necessário ao atualizar uma entidade.
Retornos
Aplica-se a
Azure SDK for .NET