ApiManagementServiceResource.GetApiManagementNotification 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 Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementNotificationResource> GetApiManagementNotification (Azure.ResourceManager.ApiManagement.Models.NotificationName notificationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiManagementNotification : Azure.ResourceManager.ApiManagement.Models.NotificationName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementNotificationResource>
override this.GetApiManagementNotification : Azure.ResourceManager.ApiManagement.Models.NotificationName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiManagementNotificationResource>
Public Overridable Function GetApiManagementNotification (notificationName As NotificationName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiManagementNotificationResource)
Parameters
- notificationName
- NotificationName
Notification Name Identifier.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET