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() | |
RollingUpgradeProgressInfo(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>) |
RollingUpgradeProgressInfo()
public RollingUpgradeProgressInfo ();
Public Sub New ()
Applies to
RollingUpgradeProgressInfo(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)
public RollingUpgradeProgressInfo (int? successfulInstanceCount = default, int? failedInstanceCount = default, int? inProgressInstanceCount = default, int? pendingInstanceCount = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradeProgressInfo : Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.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)