次の方法で共有


ExtendedClientMethods.GetAsymmetricEncryptedSecret メソッド

定義

CIK を使用してユーザー シークレット (ストレージ アカウント アクセス キー、ボリューム コンテナー暗号化キーなど) を暗号化するには、このメソッドを使用します。

public static Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret GetAsymmetricEncryptedSecret(this Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations operations, string deviceName, string resourceGroupName, string plainTextSecret, string channelIntegrationKey);
static member GetAsymmetricEncryptedSecret : Microsoft.Azure.Management.DataBoxEdge.IDevicesOperations * string * string * string * string -> Microsoft.Azure.Management.DataBoxEdge.Models.AsymmetricEncryptedSecret
<Extension()>
Public Function GetAsymmetricEncryptedSecret (operations As IDevicesOperations, deviceName As String, resourceGroupName As String, plainTextSecret As String, channelIntegrationKey As String) As AsymmetricEncryptedSecret

パラメーター

operations
IDevicesOperations
deviceName
String

リソースの名前。

resourceGroupName
String

リソース グループ名。

plainTextSecret
String

プレーン テキスト シークレット。

channelIntegrationKey
String

戻り値

AsymmetricEncryptedSecret

例外

適用対象