Share via


SynapseEncryptionProtectorResource.GetAsync(CancellationToken) Method

Definition

Get workspace managed sql server's encryption protector.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to