SynapseKeyCollection.GetAll(CancellationToken) Method

Definition

Returns a list of keys in a workspace

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/keys
  • Operation Id: Keys_ListByWorkspace
public virtual Azure.Pageable<Azure.ResourceManager.Synapse.SynapseKeyResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Synapse.SynapseKeyResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Synapse.SynapseKeyResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SynapseKeyResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to