Delen via


ArmDataBoxEdgeModelFactory.UpdateInstallProgress Method

Definition

Initializes a new instance of UpdateInstallProgress.

public static Azure.ResourceManager.DataBoxEdge.Models.UpdateInstallProgress UpdateInstallProgress (int? percentComplete = default, int? numberOfUpdatesToInstall = default, int? numberOfUpdatesInstalled = default);
static member UpdateInstallProgress : Nullable<int> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.DataBoxEdge.Models.UpdateInstallProgress
Public Shared Function UpdateInstallProgress (Optional percentComplete As Nullable(Of Integer) = Nothing, Optional numberOfUpdatesToInstall As Nullable(Of Integer) = Nothing, Optional numberOfUpdatesInstalled As Nullable(Of Integer) = Nothing) As UpdateInstallProgress

Parameters

percentComplete
Nullable<Int32>

Percentage completed.

numberOfUpdatesToInstall
Nullable<Int32>

Number of updates to install.

numberOfUpdatesInstalled
Nullable<Int32>

Number of updates installed.

Returns

A new UpdateInstallProgress instance for mocking.

Applies to