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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET