次の方法で共有


ManagedInstanceEncryptionProtectorCollection.Get メソッド

定義

マネージド インスタンス暗号化保護機能を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/managedInstances/{managedInstanceName}/encryptionProtector/{encryptionProtectorName}
  • 操作IdManagedInstanceEncryptionProtectors_Get
public virtual Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceEncryptionProtectorResource> Get (Azure.ResourceManager.Sql.Models.EncryptionProtectorName encryptionProtectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceEncryptionProtectorResource>
override this.Get : Azure.ResourceManager.Sql.Models.EncryptionProtectorName * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Sql.ManagedInstanceEncryptionProtectorResource>
Public Overridable Function Get (encryptionProtectorName As EncryptionProtectorName, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ManagedInstanceEncryptionProtectorResource)

パラメーター

encryptionProtectorName
EncryptionProtectorName

取得する暗号化プロテクタの名前。

cancellationToken
CancellationToken

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

戻り値

適用対象