次の方法で共有


ArmDataBoxEdgeModelFactory.UpdateDownloadProgress メソッド

定義

UpdateDownloadProgress の新しいインスタンスを初期化します。

public static Azure.ResourceManager.DataBoxEdge.Models.UpdateDownloadProgress UpdateDownloadProgress (Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDownloadPhase? downloadPhase = default, int? percentComplete = default, double? totalBytesToDownload = default, double? totalBytesDownloaded = default, int? numberOfUpdatesToDownload = default, int? numberOfUpdatesDownloaded = default);
static member UpdateDownloadProgress : Nullable<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeDownloadPhase> * Nullable<int> * Nullable<double> * Nullable<double> * Nullable<int> * Nullable<int> -> Azure.ResourceManager.DataBoxEdge.Models.UpdateDownloadProgress
Public Shared Function UpdateDownloadProgress (Optional downloadPhase As Nullable(Of DataBoxEdgeDownloadPhase) = Nothing, Optional percentComplete As Nullable(Of Integer) = Nothing, Optional totalBytesToDownload As Nullable(Of Double) = Nothing, Optional totalBytesDownloaded As Nullable(Of Double) = Nothing, Optional numberOfUpdatesToDownload As Nullable(Of Integer) = Nothing, Optional numberOfUpdatesDownloaded As Nullable(Of Integer) = Nothing) As UpdateDownloadProgress

パラメーター

downloadPhase
Nullable<DataBoxEdgeDownloadPhase>

ダウンロード フェーズ。

percentComplete
Nullable<Int32>

完了の割合。

totalBytesToDownload
Nullable<Double>

ダウンロードする合計バイト数。

totalBytesDownloaded
Nullable<Double>

ダウンロードされた合計バイト数。

numberOfUpdatesToDownload
Nullable<Int32>

ダウンロードする更新プログラムの数。

numberOfUpdatesDownloaded
Nullable<Int32>

ダウンロードされた更新プログラムの数。

戻り値

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

適用対象