ArmDataBoxModelFactory.DataBoxCustomerDiskCopyProgress 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 DataBoxCustomerDiskCopyProgress.
public static Azure.ResourceManager.DataBox.Models.DataBoxCustomerDiskCopyProgress DataBoxCustomerDiskCopyProgress (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, string serialNumber = default, Azure.ResourceManager.DataBox.Models.DataBoxCopyStatus? copyStatus = default);
static member DataBoxCustomerDiskCopyProgress : 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> * string * Nullable<Azure.ResourceManager.DataBox.Models.DataBoxCopyStatus> -> Azure.ResourceManager.DataBox.Models.DataBoxCustomerDiskCopyProgress
Public Shared Function DataBoxCustomerDiskCopyProgress (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, Optional serialNumber As String = Nothing, Optional copyStatus As Nullable(Of DataBoxCopyStatus) = Nothing) As DataBoxCustomerDiskCopyProgress
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.
- serialNumber
- String
Disk Serial Number.
- copyStatus
- Nullable<DataBoxCopyStatus>
The Status of the copy.
Returns
A new DataBoxCustomerDiskCopyProgress instance for mocking.
Applies to
Azure SDK for .NET