다음을 통해 공유


DataLakeStoreTrustedIdProviderCollection.GetAllAsync Method

Definition

Lists the Data Lake Store trusted identity providers within the specified Data Lake Store account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/trustedIdProviders
  • Operation Id: TrustedIdProviders_ListByAccount
public virtual Azure.AsyncPageable<Azure.ResourceManager.DataLakeStore.DataLakeStoreTrustedIdProviderResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataLakeStore.DataLakeStoreTrustedIdProviderResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.DataLakeStore.DataLakeStoreTrustedIdProviderResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataLakeStoreTrustedIdProviderResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to