DataImportDetails Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
DataImportDetails() |
Initializes a new instance of the DataImportDetails class. |
DataImportDetails(DataAccountDetails, Nullable<LogCollectionLevel>) |
Initializes a new instance of the DataImportDetails class. |
DataImportDetails()
Initializes a new instance of the DataImportDetails class.
public DataImportDetails ();
Public Sub New ()
Applies to
DataImportDetails(DataAccountDetails, Nullable<LogCollectionLevel>)
Initializes a new instance of the DataImportDetails class.
public DataImportDetails (Microsoft.Azure.Management.DataBox.Models.DataAccountDetails accountDetails, Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel? logCollectionLevel = default);
new Microsoft.Azure.Management.DataBox.Models.DataImportDetails : Microsoft.Azure.Management.DataBox.Models.DataAccountDetails * Nullable<Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel> -> Microsoft.Azure.Management.DataBox.Models.DataImportDetails
Public Sub New (accountDetails As DataAccountDetails, Optional logCollectionLevel As Nullable(Of LogCollectionLevel) = Nothing)
Parameters
- 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
Azure SDK for .NET