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