ApiManagementNotificationCollection.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the details of the Notification specified by its identifier.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/notifications/{notificationName}
- Operation Id: Notification_Get
- Default Api Version: 2023-03-01-preview
- Resource: ApiManagementNotificationResource
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))
Parameters
- notificationName
- NotificationName
Notification Name Identifier.
- cancellationToken
- CancellationToken
The cancellation token to use.