你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DataExportDetails 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DataExportDetails() |
初始化 DataExportDetails 类的新实例。 |
DataExportDetails(TransferConfiguration, DataAccountDetails, Nullable<LogCollectionLevel>) |
初始化 DataExportDetails 类的新实例。 |
DataExportDetails()
初始化 DataExportDetails 类的新实例。
public DataExportDetails();
Public Sub New ()
适用于
DataExportDetails(TransferConfiguration, DataAccountDetails, Nullable<LogCollectionLevel>)
初始化 DataExportDetails 类的新实例。
public DataExportDetails(Microsoft.Azure.Management.DataBox.Models.TransferConfiguration transferConfiguration, Microsoft.Azure.Management.DataBox.Models.DataAccountDetails accountDetails, Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel? logCollectionLevel = default);
new Microsoft.Azure.Management.DataBox.Models.DataExportDetails : Microsoft.Azure.Management.DataBox.Models.TransferConfiguration * Microsoft.Azure.Management.DataBox.Models.DataAccountDetails * Nullable<Microsoft.Azure.Management.DataBox.Models.LogCollectionLevel> -> Microsoft.Azure.Management.DataBox.Models.DataExportDetails
Public Sub New (transferConfiguration As TransferConfiguration, accountDetails As DataAccountDetails, Optional logCollectionLevel As Nullable(Of LogCollectionLevel) = Nothing)
参数
- transferConfiguration
- TransferConfiguration
数据传输的配置。
- accountDetails
- DataAccountDetails
要传输的数据的帐户详细信息
- logCollectionLevel
- Nullable<LogCollectionLevel>
要收集的日志的级别。 可能的值包括:“Error”、“Verbose”