DataBoxSecret コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
DataBoxSecret() |
DataBoxSecret クラスの新しいインスタンスを初期化します。 |
DataBoxSecret(String, String, IList<ApplianceNetworkConfiguration>, String, IList<AccountCredentialDetails>) |
DataBoxSecret クラスの新しいインスタンスを初期化します。 |
DataBoxSecret()
DataBoxSecret クラスの新しいインスタンスを初期化します。
public DataBoxSecret ();
Public Sub New ()
適用対象
DataBoxSecret(String, String, IList<ApplianceNetworkConfiguration>, String, IList<AccountCredentialDetails>)
DataBoxSecret クラスの新しいインスタンスを初期化します。
public DataBoxSecret (string deviceSerialNumber = default, string devicePassword = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ApplianceNetworkConfiguration> networkConfigurations = default, string encodedValidationCertPubKey = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.AccountCredentialDetails> accountCredentialDetails = default);
new Microsoft.Azure.Management.DataBox.Models.DataBoxSecret : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ApplianceNetworkConfiguration> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.AccountCredentialDetails> -> Microsoft.Azure.Management.DataBox.Models.DataBoxSecret
Public Sub New (Optional deviceSerialNumber As String = Nothing, Optional devicePassword As String = Nothing, Optional networkConfigurations As IList(Of ApplianceNetworkConfiguration) = Nothing, Optional encodedValidationCertPubKey As String = Nothing, Optional accountCredentialDetails As IList(Of AccountCredentialDetails) = Nothing)
パラメーター
- deviceSerialNumber
- String
割り当てられたデバイスのシリアル番号。
- devicePassword
- String
デバイスですぐに使用するためのパスワード。
- networkConfigurations
- IList<ApplianceNetworkConfiguration>
アプライアンスのネットワーク構成。
- encodedValidationCertPubKey
- String
デバイスで認証するための Base 64 でエンコードされた公開キー
- accountCredentialDetails
- IList<AccountCredentialDetails>
アカウント レベルごとのアクセス資格情報。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET