HybridDataPublicKeyCollection.GetAllAsync(CancellationToken) Method

Definition

This method gets the list view of public keys, however it will only have one element.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/publicKeys
  • Operation Id: PublicKeys_ListByDataManager
public virtual Azure.AsyncPageable<Azure.ResourceManager.HybridData.HybridDataPublicKeyResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridData.HybridDataPublicKeyResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.HybridData.HybridDataPublicKeyResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of HybridDataPublicKeyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to