ArmDataBoxEdgeModelFactory.UpdateDownloadProgress Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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
Paramètres
- downloadPhase
- Nullable<DataBoxEdgeDownloadPhase>
Phase de téléchargement.
Retours
Une nouvelle UpdateDownloadProgress instance de moqueries.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET