ArmDataBoxModelFactory.DataBoxCopyProgress 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.
Initializes a new instance of 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
Parameters
- storageAccountName
- String
Name of the storage account. This will be empty for data account types other than storage account.
- transferType
- Nullable<DataBoxJobTransferType>
Transfer type of data.
- dataAccountType
- Nullable<DataAccountType>
Data Account Type.
- accountId
- ResourceIdentifier
Id of the account where the data needs to be uploaded.
Number of files not adhering to azure naming conventions which were processed by automatic renaming.
Total amount of data not adhering to azure naming conventions which were processed by automatic renaming.
Number of folders not adhering to azure naming conventions which were processed by automatic renaming.
To indicate if enumeration of data is in progress. Until this is true, the TotalBytesToProcess may not be valid.
- error
- ResponseError
Error, if any, in the stage.
- actions
- IEnumerable<CustomerResolutionCode>
Available actions on the job.
Returns
A new DataBoxCopyProgress instance for mocking.
Applies to
Azure SDK for .NET