Freigeben über


SqlServerResource.GetEncryptionProtectorAsync Methode

Definition

Ruft eine Serververschlüsselungsschutzvorrichtung ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • Vorgangs-IdEncryptionProtectors_Get
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))

Parameter

encryptionProtectorName
EncryptionProtectorName

Der Name der abzurufenden Verschlüsselungsschutzvorrichtung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Gilt für: