你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataImportDetails 构造函数

定义

重载

DataImportDetails()

初始化 DataImportDetails 类的新实例。

DataImportDetails(DataAccountDetails, Nullable<LogCollectionLevel>)

初始化 DataImportDetails 类的新实例。

DataImportDetails()

初始化 DataImportDetails 类的新实例。

public DataImportDetails ();
Public Sub New ()

适用于

DataImportDetails(DataAccountDetails, Nullable<LogCollectionLevel>)

初始化 DataImportDetails 类的新实例。

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)

参数

accountDetails
DataAccountDetails

要传输的数据的帐户详细信息

logCollectionLevel
Nullable<LogCollectionLevel>

要收集的日志的级别。 可能的值包括:“Error”、“Verbose”

适用于