ArmDataBoxModelFactory.DataBoxDiskCopyProgress 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 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.
- 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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.