Freigeben über


ApiManagementNotificationCollection.Get Methode

Definition

Ruft die Details der Benachrichtigung ab, die durch ihren Bezeichner angegeben wird.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
  • Vorgang IdNotification_Get
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementNotificationResource> Get (Azure.ResourceManager.ApiManagement.Models.NotificationName notificationName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Azure.ResourceManager.ApiManagement.Models.NotificationName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementNotificationResource>
override this.Get : Azure.ResourceManager.ApiManagement.Models.NotificationName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementNotificationResource>
Public Overridable Function Get (notificationName As NotificationName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiManagementNotificationResource)

Parameter

notificationName
NotificationName

Benachrichtigungsname-Id.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: