NotificationOperationsExtensions.Get 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.
Obtém os detalhes da Notificação especificada por seu identificador.
public static Microsoft.Azure.Management.ApiManagement.Models.NotificationContract Get (this Microsoft.Azure.Management.ApiManagement.INotificationOperations operations, string resourceGroupName, string serviceName, string notificationName);
static member Get : Microsoft.Azure.Management.ApiManagement.INotificationOperations * string * string * string -> Microsoft.Azure.Management.ApiManagement.Models.NotificationContract
<Extension()>
Public Function Get (operations As INotificationOperations, resourceGroupName As String, serviceName As String, notificationName As String) 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'
Retornos
Aplica-se a
Azure SDK for .NET