Dela via


ServiceApiResolverPolicyCollection.GetAll(CancellationToken) Method

Definition

Get the list of policy configuration at the GraphQL API Resolver level.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/resolvers/{resolverId}/policies
  • Operation Id: GraphQLApiResolverPolicy_ListByResolver
  • Default Api Version: 2023-03-01-preview
  • Resource: ServiceApiResolverPolicyResource
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.ServiceApiResolverPolicyResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ServiceApiResolverPolicyResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ServiceApiResolverPolicyResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ServiceApiResolverPolicyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to