Condividi tramite


ProviderAuthorizedApplicationCollection.GetAll(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.Pageable<Azure.ResourceManager.ProviderHub.ProviderAuthorizedApplicationResource> GetAll(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ProviderHub.ProviderAuthorizedApplicationResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ProviderHub.ProviderAuthorizedApplicationResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ProviderAuthorizedApplicationResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to