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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET