Share via


DataBoxHeavySecret Constructors

Definition

Overloads

DataBoxHeavySecret()

Initializes a new instance of the DataBoxHeavySecret class.

DataBoxHeavySecret(String, String, IList<ApplianceNetworkConfiguration>, String, IList<AccountCredentialDetails>)

Initializes a new instance of the DataBoxHeavySecret class.

DataBoxHeavySecret()

Initializes a new instance of the DataBoxHeavySecret class.

public DataBoxHeavySecret ();
Public Sub New ()

Applies to

DataBoxHeavySecret(String, String, IList<ApplianceNetworkConfiguration>, String, IList<AccountCredentialDetails>)

Initializes a new instance of the DataBoxHeavySecret class.

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)

Parameters

deviceSerialNumber
String

Serial number of the assigned device.

devicePassword
String

Password for out of the box experience on device.

networkConfigurations
IList<ApplianceNetworkConfiguration>

Network configuration of the appliance.

encodedValidationCertPubKey
String

The base 64 encoded public key to authenticate with the device

accountCredentialDetails
IList<AccountCredentialDetails>

Per account level access credentials.

Applies to