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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to