Partilhar via


SqlServerResource.GetEncryptionProtector Método

Definição

Obtém um protetor de criptografia de servidor.

  • Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • Operação IdEncryptionProtectors_Get
public virtual Azure.Response<Azure.ResourceManager.Sql.EncryptionProtectorResource> GetEncryptionProtector (Azure.ResourceManager.Sql.Models.EncryptionProtectorName encryptionProtectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEncryptionProtector : Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.EncryptionProtectorResource>
override this.GetEncryptionProtector : Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.EncryptionProtectorResource>
Public Overridable Function GetEncryptionProtector (encryptionProtectorName As EncryptionProtectorName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EncryptionProtectorResource)

Parâmetros

encryptionProtectorName
EncryptionProtectorName

O nome do protetor de criptografia a ser recuperado.

cancellationToken
CancellationToken

O token de cancelamento a ser usado.

Retornos

Aplica-se a