ArmDataBoxModelFactory.DataImportDetails Method
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.
public static Azure.ResourceManager.DataBox.Models.DataImportDetails DataImportDetails(Azure.ResourceManager.DataBox.Models.DataAccountDetails accountDetails = default, Azure.ResourceManager.DataBox.Models.LogCollectionLevel? logCollectionLevel = default);
static member DataImportDetails : Azure.ResourceManager.DataBox.Models.DataAccountDetails * Nullable<Azure.ResourceManager.DataBox.Models.LogCollectionLevel> -> Azure.ResourceManager.DataBox.Models.DataImportDetails
Public Shared Function DataImportDetails (Optional accountDetails As DataAccountDetails = Nothing, Optional logCollectionLevel As Nullable(Of LogCollectionLevel) = Nothing) As DataImportDetails
Parameters
- accountDetails
- DataAccountDetails
Account details of the data to be transferred.
- logCollectionLevel
- Nullable<LogCollectionLevel>
Level of the logs to be collected.
Returns
A new DataImportDetails instance for mocking.