RollingUpgradeProgressInfo Constructors
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.
Overloads
RollingUpgradeProgressInfo() |
Initializes a new instance of the RollingUpgradeProgressInfo class. |
RollingUpgradeProgressInfo(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the RollingUpgradeProgressInfo class. |
RollingUpgradeProgressInfo()
Initializes a new instance of the RollingUpgradeProgressInfo class.
public RollingUpgradeProgressInfo ();
Public Sub New ()
Applies to
RollingUpgradeProgressInfo(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the RollingUpgradeProgressInfo class.
public RollingUpgradeProgressInfo (int? successfulInstanceCount = default, int? failedInstanceCount = default, int? inProgressInstanceCount = default, int? pendingInstanceCount = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeProgressInfo : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeProgressInfo
Public Sub New (Optional successfulInstanceCount As Nullable(Of Integer) = Nothing, Optional failedInstanceCount As Nullable(Of Integer) = Nothing, Optional inProgressInstanceCount As Nullable(Of Integer) = Nothing, Optional pendingInstanceCount As Nullable(Of Integer) = Nothing)
Parameters
The number of instances that have been successfully upgraded.
The number of instances that have failed to be upgraded successfully.
The number of instances that have not yet begun to be upgraded.
Applies to
Azure SDK for .NET