Partager via


SynapseEncryptionProtectorCollection.ExistsAsync Méthode

Définition

Vérifie si la ressource existe dans Azure.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Synapse/workspaces/{workspaceName}/encryptionProtector/{encryptionProtectorName}
  • IdWorkspaceManagedSqlServerEncryptionProtector_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<bool>> ExistsAsync (Azure.ResourceManager.Synapse.Models.SynapseEncryptionProtectorName encryptionProtectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member ExistsAsync : Azure.ResourceManager.Synapse.Models.SynapseEncryptionProtectorName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
override this.ExistsAsync : Azure.ResourceManager.Synapse.Models.SynapseEncryptionProtectorName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<bool>>
Public Overridable Function ExistsAsync (encryptionProtectorName As SynapseEncryptionProtectorName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of Boolean))

Paramètres

encryptionProtectorName
SynapseEncryptionProtectorName

Nom du protecteur de chiffrement.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

S’applique à