Share via


DataBoxSecret Constructors

Definition

Overloads

DataBoxSecret()

Initializes a new instance of the DataBoxSecret class.

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

Initializes a new instance of the DataBoxSecret class.

DataBoxSecret()

Initializes a new instance of the DataBoxSecret class.

public DataBoxSecret ();
Public Sub New ()

Applies to

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

Initializes a new instance of the DataBoxSecret class.

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)

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