ProviderAuthorizedApplicationCollection.GetAllAsync(CancellationToken) Method

Definition

Gets the list of the authorized applications in the provider namespace.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ProviderHub/providerRegistrations/{providerNamespace}/authorizedApplications
  • Operation Id: AuthorizedApplications_List
  • Default Api Version: 2024-09-01
  • Resource: ProviderAuthorizedApplicationResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.ProviderAuthorizedApplicationResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.ProviderAuthorizedApplicationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.ProviderAuthorizedApplicationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ProviderAuthorizedApplicationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of ProviderAuthorizedApplicationResource that may take multiple service requests to iterate over.

Applies to