ArmDataBoxModelFactory.DataImportDetails Method

Definition

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.

Applies to