次の方法で共有


SqlServerResource.GetEncryptionProtector メソッド

定義

サーバー暗号化保護機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/encryptionProtector/{encryptionProtectorName}
  • 操作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)

パラメーター

encryptionProtectorName
EncryptionProtectorName

取得する暗号化保護機能の名前。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

適用対象