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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET