UpdateDownloadProgress Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
UpdateDownloadProgress() |
Inicializa uma nova instância da classe UpdateDownloadProgress. |
UpdateDownloadProgress(String, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Nullable<Int32>) |
Inicializa uma nova instância da classe UpdateDownloadProgress. |
UpdateDownloadProgress()
Inicializa uma nova instância da classe UpdateDownloadProgress.
public UpdateDownloadProgress ();
Public Sub New ()
Aplica-se a
UpdateDownloadProgress(String, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Int32>, Nullable<Int32>)
Inicializa uma nova instância da classe UpdateDownloadProgress.
public UpdateDownloadProgress (string downloadPhase = default, int? percentComplete = default, double? totalBytesToDownload = default, double? totalBytesDownloaded = default, int? numberOfUpdatesToDownload = default, int? numberOfUpdatesDownloaded = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.UpdateDownloadProgress : string * Nullable<int> * Nullable<double> * Nullable<double> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.DataBoxEdge.Models.UpdateDownloadProgress
Public Sub New (Optional downloadPhase As String = 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)
Parâmetros
- downloadPhase
- String
A fase de download. Os valores possíveis incluem: 'Unknown', 'Initializing', 'Downloading', 'Verifying'
Aplica-se a
Azure SDK for .NET