Compartilhar via


NotificationOperationsExtensions.GetAsync Método

Definição

Obtém os detalhes da Notificação especificada por seu identificador.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract> GetAsync (this Microsoft.Azure.Management.ApiManagement.INotificationOperations operations, string resourceGroupName, string serviceName, string notificationName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.ApiManagement.INotificationOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApiManagement.Models.NotificationContract>
<Extension()>
Public Function GetAsync (operations As INotificationOperations, resourceGroupName As String, serviceName As String, notificationName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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'

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a