你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataBoxHeavySecret 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DataBoxHeavySecret() |
初始化 DataBoxHeavySecret 类的新实例。 |
DataBoxHeavySecret(String, String, IList<ApplianceNetworkConfiguration>, String, IList<AccountCredentialDetails>) |
初始化 DataBoxHeavySecret 类的新实例。 |
DataBoxHeavySecret()
初始化 DataBoxHeavySecret 类的新实例。
public DataBoxHeavySecret ();
Public Sub New ()
适用于
DataBoxHeavySecret(String, String, IList<ApplianceNetworkConfiguration>, String, IList<AccountCredentialDetails>)
初始化 DataBoxHeavySecret 类的新实例。
public DataBoxHeavySecret (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.DataBoxHeavySecret : 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.DataBoxHeavySecret
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>
每个帐户级别的访问凭据。