ArmDataBoxEdgeModelFactory.UpdateDownloadProgress 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 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
Parameters
- downloadPhase
- Nullable<DataBoxEdgeDownloadPhase>
The download phase.
Returns
A new UpdateDownloadProgress instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET