Sdílet prostřednictvím


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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to