WorkspaceContractResource.GetServiceWorkspaceNotification 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}/workspaces/{workspaceId}/notifications/{notificationName}
- Operation Id: WorkspaceNotification_Get
- Default Api Version: 2023-03-01-preview
- Resource: ServiceWorkspaceNotificationResource
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.ServiceWorkspaceNotificationResource> GetServiceWorkspaceNotification (Azure.ResourceManager.ApiManagement.Models.NotificationName notificationName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetServiceWorkspaceNotification : Azure.ResourceManager.ApiManagement.Models.NotificationName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ServiceWorkspaceNotificationResource>
override this.GetServiceWorkspaceNotification : Azure.ResourceManager.ApiManagement.Models.NotificationName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ServiceWorkspaceNotificationResource>
Public Overridable Function GetServiceWorkspaceNotification (notificationName As NotificationName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ServiceWorkspaceNotificationResource)
Parameters
- notificationName
- NotificationName
Notification Name Identifier.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET