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

ArmDataBoxModelFactory.DataBoxCopyProgress 方法

定义

初始化 DataBoxCopyProgress 的新实例。

public static Azure.ResourceManager.DataBox.Models.DataBoxCopyProgress DataBoxCopyProgress (string storageAccountName = default, Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType? transferType = default, Azure.ResourceManager.DataBox.Models.DataAccountType? dataAccountType = default, Azure.Core.ResourceIdentifier accountId = default, long? bytesProcessed = default, long? totalBytesToProcess = default, long? filesProcessed = default, long? totalFilesToProcess = default, long? invalidFilesProcessed = default, long? invalidFileBytesUploaded = default, long? renamedContainerCount = default, long? filesErroredOut = default, long? directoriesErroredOut = default, long? invalidDirectoriesProcessed = default, bool? isEnumerationInProgress = default, Azure.ResponseError error = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.CustomerResolutionCode> actions = default);
static member DataBoxCopyProgress : string * Nullable<Azure.ResourceManager.DataBox.Models.DataBoxJobTransferType> * Nullable<Azure.ResourceManager.DataBox.Models.DataAccountType> * Azure.Core.ResourceIdentifier * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<bool> * Azure.ResponseError * seq<Azure.ResourceManager.DataBox.Models.CustomerResolutionCode> -> Azure.ResourceManager.DataBox.Models.DataBoxCopyProgress
Public Shared Function DataBoxCopyProgress (Optional storageAccountName As String = Nothing, Optional transferType As Nullable(Of DataBoxJobTransferType) = Nothing, Optional dataAccountType As Nullable(Of DataAccountType) = Nothing, Optional accountId As ResourceIdentifier = Nothing, Optional bytesProcessed As Nullable(Of Long) = Nothing, Optional totalBytesToProcess As Nullable(Of Long) = Nothing, Optional filesProcessed As Nullable(Of Long) = Nothing, Optional totalFilesToProcess As Nullable(Of Long) = Nothing, Optional invalidFilesProcessed As Nullable(Of Long) = Nothing, Optional invalidFileBytesUploaded As Nullable(Of Long) = Nothing, Optional renamedContainerCount As Nullable(Of Long) = Nothing, Optional filesErroredOut As Nullable(Of Long) = Nothing, Optional directoriesErroredOut As Nullable(Of Long) = Nothing, Optional invalidDirectoriesProcessed As Nullable(Of Long) = Nothing, Optional isEnumerationInProgress As Nullable(Of Boolean) = Nothing, Optional error As ResponseError = Nothing, Optional actions As IEnumerable(Of CustomerResolutionCode) = Nothing) As DataBoxCopyProgress

参数

storageAccountName
String

存储帐户的名称。 对于存储帐户以外的其他数据帐户类型,这将为空。

transferType
Nullable<DataBoxJobTransferType>

数据传输类型。

dataAccountType
Nullable<DataAccountType>

数据帐户类型。

accountId
ResourceIdentifier

需要在其中上传数据的帐户的 ID。

bytesProcessed
Nullable<Int64>

指示传输的字节数。

totalBytesToProcess
Nullable<Int64>

作业要处理的数据总量。

filesProcessed
Nullable<Int64>

已处理的文件数。

totalFilesToProcess
Nullable<Int64>

要处理的文件总数。

invalidFilesProcessed
Nullable<Int64>

不符合通过自动重命名处理的 Azure 命名约定的文件数。

invalidFileBytesUploaded
Nullable<Int64>

不符合通过自动重命名处理的 Azure 命名约定的数据总量。

renamedContainerCount
Nullable<Int64>

不符合通过自动重命名处理的 Azure 命名约定的文件夹数。

filesErroredOut
Nullable<Int64>

无法复制的文件数。

directoriesErroredOut
Nullable<Int64>

指示作业中目录出错。

invalidDirectoriesProcessed
Nullable<Int64>

指示已重命名的目录。

isEnumerationInProgress
Nullable<Boolean>

指示是否正在进行数据枚举。 在此之前,TotalBytesToProcess 可能无效。

error
ResponseError

阶段中出现错误(如果有)。

actions
IEnumerable<CustomerResolutionCode>

对作业的可用操作。

返回

用于模拟的新 DataBoxCopyProgress 实例。

适用于