ExtendedClientMethods.GetAsymmetricEncryptedSecret メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
戻り値
例外
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET