Share via


DataAccountDetails Constructors

Definition

Overloads

DataAccountDetails()

Initializes a new instance of the DataAccountDetails class.

DataAccountDetails(String)

Initializes a new instance of the DataAccountDetails class.

DataAccountDetails()

Initializes a new instance of the DataAccountDetails class.

public DataAccountDetails ();
Public Sub New ()

Applies to

DataAccountDetails(String)

Initializes a new instance of the DataAccountDetails class.

public DataAccountDetails (string sharePassword = default);
new Microsoft.Azure.Management.DataBox.Models.DataAccountDetails : string -> Microsoft.Azure.Management.DataBox.Models.DataAccountDetails
Public Sub New (Optional sharePassword As String = Nothing)

Parameters

sharePassword
String

Password for all the shares to be created on the device. Should not be passed for TransferType:ExportFromAzure jobs. If this is not passed, the service will generate password itself. This will not be returned in Get Call. Password Requirements : Password must be minimum of 12 and maximum of 64 characters. Password must have at least one uppercase alphabet, one number and one special character. Password cannot have the following characters : IilLoO0 Password can have only alphabets, numbers and these characters : @#-$%^!+=;:_()]+

Applies to