Share via


DataExportDetails Constructors

Definition

Overloads

DataExportDetails()

Initializes a new instance of the DataExportDetails class.

DataExportDetails(TransferConfiguration, DataAccountDetails, Nullable<LogCollectionLevel>)

Initializes a new instance of the DataExportDetails class.

DataExportDetails()

Initializes a new instance of the DataExportDetails class.

public DataExportDetails ();
Public Sub New ()

Applies to

DataExportDetails(TransferConfiguration, DataAccountDetails, Nullable<LogCollectionLevel>)

Initializes a new instance of the DataExportDetails class.

public DataExportDetails (Microsoft.Azure.Management.DataBox.Models.TransferConfiguration transferConfiguration, Microsoft.Azure.Management.DataBox.Models.DataAccountDetails accountDetails, Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel? logCollectionLevel = default);
new Microsoft.Azure.Management.DataBox.Models.DataExportDetails : Microsoft.Azure.Management.DataBox.Models.TransferConfiguration * Microsoft.Azure.Management.DataBox.Models.DataAccountDetails * Nullable<Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel> -> Microsoft.Azure.Management.DataBox.Models.DataExportDetails
Public Sub New (transferConfiguration As TransferConfiguration, accountDetails As DataAccountDetails, Optional logCollectionLevel As Nullable(Of LogCollectionLevel) = Nothing)

Parameters

transferConfiguration
TransferConfiguration

Configuration for the data transfer.

accountDetails
DataAccountDetails

Account details of the data to be transferred

logCollectionLevel
Nullable<LogCollectionLevel>

Level of the logs to be collected. Possible values include: 'Error', 'Verbose'

Applies to