次の方法で共有


ArmDataBoxEdgeModelFactory.UpdateInstallProgress メソッド

定義

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

パラメーター

percentComplete
Nullable<Int32>

達成率。

numberOfUpdatesToInstall
Nullable<Int32>

インストールする更新プログラムの数。

numberOfUpdatesInstalled
Nullable<Int32>

インストールされている更新プログラムの数。

戻り値

モック作成用の新しい UpdateInstallProgress インスタンス。

適用対象