Share via


ApiManagementIdentityProviderCollection.GetAll(CancellationToken) Method

Definition

Lists a collection of Identity Provider configured in the specified service instance.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/identityProviders
  • Operation Id: IdentityProvider_ListByService
  • Default Api Version: 2021-08-01
  • Resource: ApiManagementIdentityProviderResource
public virtual Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementIdentityProviderResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementIdentityProviderResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ApiManagement.ApiManagementIdentityProviderResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ApiManagementIdentityProviderResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to