DataBoxDiskJobSecrets コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DataBoxDiskJobSecrets() |
DataBoxDiskJobSecrets クラスの新しいインスタンスを初期化します。 |
DataBoxDiskJobSecrets(DcAccessSecurityCode, CloudError, IList<DiskSecret>, String, Nullable<Boolean>) |
DataBoxDiskJobSecrets クラスの新しいインスタンスを初期化します。 |
DataBoxDiskJobSecrets()
DataBoxDiskJobSecrets クラスの新しいインスタンスを初期化します。
public DataBoxDiskJobSecrets ();
Public Sub New ()
適用対象
DataBoxDiskJobSecrets(DcAccessSecurityCode, CloudError, IList<DiskSecret>, String, Nullable<Boolean>)
DataBoxDiskJobSecrets クラスの新しいインスタンスを初期化します。
public DataBoxDiskJobSecrets (Microsoft.Azure.Management.DataBox.Models.DcAccessSecurityCode dcAccessSecurityCode = default, Microsoft.Rest.Azure.CloudError error = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DiskSecret> diskSecrets = default, string passKey = default, bool? isPasskeyUserDefined = default);
new Microsoft.Azure.Management.DataBox.Models.DataBoxDiskJobSecrets : Microsoft.Azure.Management.DataBox.Models.DcAccessSecurityCode * Microsoft.Rest.Azure.CloudError * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.DiskSecret> * string * Nullable<bool> -> Microsoft.Azure.Management.DataBox.Models.DataBoxDiskJobSecrets
Public Sub New (Optional dcAccessSecurityCode As DcAccessSecurityCode = Nothing, Optional error As CloudError = Nothing, Optional diskSecrets As IList(Of DiskSecret) = Nothing, Optional passKey As String = Nothing, Optional isPasskeyUserDefined As Nullable(Of Boolean) = Nothing)
パラメーター
- dcAccessSecurityCode
- DcAccessSecurityCode
お客様が管理する配送の Dc Access セキュリティ コード
- error
- CloudError
シークレットのフェッチ中にエラーが発生しました。
- diskSecrets
- IList<DiskSecret>
そのデバイスのシークレット オブジェクトの一覧を格納します。
- passKey
- String
ディスク ジョブの PassKey。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET