SynapseEncryptionProtectorCollection.GetAllAsync(CancellationToken) Method

Definition

Get list of encryption protectors for workspace managed sql server.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to