Share via


ServiceWorkspaceNotificationCollection.GetAll Method

Definition

Lists a collection of properties defined within a service instance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/workspaces/{workspaceId}/notifications
  • Operation Id: WorkspaceNotification_ListByService
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceWorkspaceNotificationResource
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.ServiceWorkspaceNotificationResource> GetAll (int? top = default, int? skip = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ServiceWorkspaceNotificationResource>
override this.GetAll : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ServiceWorkspaceNotificationResource>
Public Overridable Function GetAll (Optional top As Nullable(Of Integer) = Nothing, Optional skip As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceWorkspaceNotificationResource)

Parameters

top
Nullable<Int32>

Number of records to return.

skip
Nullable<Int32>

Number of records to skip.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ServiceWorkspaceNotificationResource that may take multiple service requests to iterate over.

Applies to