Freigeben über


SqlServerResource.GetEncryptionProtector Methode

Definition

Ruft einen Serververschlüsselungsschutz ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • Vorgang 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)

Parameter

encryptionProtectorName
EncryptionProtectorName

Der Name des abzurufenden Verschlüsselungsschutzes.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: