Udostępnij za pośrednictwem


ArmDataBoxModelFactory.DataBoxDiskCopyProgress Method

Definition

Initializes a new instance of DataBoxDiskCopyProgress.

public static Azure.ResourceManager.DataBox.Models.DataBoxDiskCopyProgress DataBoxDiskCopyProgress (string serialNumber = default, long? bytesCopied = default, int? percentComplete = default, Azure.ResourceManager.DataBox.Models.DataBoxCopyStatus? status = default, Azure.ResponseError error = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.DataBox.Models.CustomerResolutionCode> actions = default);
static member DataBoxDiskCopyProgress : string * Nullable<int64> * Nullable<int> * Nullable<Azure.ResourceManager.DataBox.Models.DataBoxCopyStatus> * Azure.ResponseError * seq<Azure.ResourceManager.DataBox.Models.CustomerResolutionCode> -> Azure.ResourceManager.DataBox.Models.DataBoxDiskCopyProgress
Public Shared Function DataBoxDiskCopyProgress (Optional serialNumber As String = Nothing, Optional bytesCopied As Nullable(Of Long) = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional status As Nullable(Of DataBoxCopyStatus) = Nothing, Optional error As ResponseError = Nothing, Optional actions As IEnumerable(Of CustomerResolutionCode) = Nothing) As DataBoxDiskCopyProgress

Parameters

serialNumber
String

The serial number of the disk.

bytesCopied
Nullable<Int64>

Bytes copied during the copy of disk.

percentComplete
Nullable<Int32>

Indicates the percentage completed for the copy of the disk.

status
Nullable<DataBoxCopyStatus>

The Status of the copy.

error
ResponseError

Error, if any, in the stage.

actions
IEnumerable<CustomerResolutionCode>

Available actions on the job.

Returns

A new DataBoxDiskCopyProgress instance for mocking.

Applies to