Partilhar via


ApiManagementNotificationCollection.GetAsync Método

Definição

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

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • IdNotification_Get de operação
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementNotificationResource>> GetAsync (Azure.ResourceManager.ApiManagement.Models.NotificationName notificationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : Azure.ResourceManager.ApiManagement.Models.NotificationName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementNotificationResource>>
override this.GetAsync : Azure.ResourceManager.ApiManagement.Models.NotificationName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementNotificationResource>>
Public Overridable Function GetAsync (notificationName As NotificationName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ApiManagementNotificationResource))

Parâmetros

notificationName
NotificationName

Identificador de nome de notificação.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a