Partager via


SqlServerResource.GetEncryptionProtectorAsync Méthode

Définition

Obtient un protecteur de chiffrement de serveur.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • IdEncryptionProtectors_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.EncryptionProtectorResource>> GetEncryptionProtectorAsync (Azure.ResourceManager.Sql.Models.EncryptionProtectorName encryptionProtectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEncryptionProtectorAsync : Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.EncryptionProtectorResource>>
override this.GetEncryptionProtectorAsync : Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sql.EncryptionProtectorResource>>
Public Overridable Function GetEncryptionProtectorAsync (encryptionProtectorName As EncryptionProtectorName, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EncryptionProtectorResource))

Paramètres

encryptionProtectorName
EncryptionProtectorName

Nom du protecteur de chiffrement à récupérer.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

S’applique à