RollbackStatusInfo 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
RollbackStatusInfo() | |
RollbackStatusInfo(Nullable<Int32>, Nullable<Int32>, ApiError) |
RollbackStatusInfo()
public RollbackStatusInfo ();
Public Sub New ()
Applies to
RollbackStatusInfo(Nullable<Int32>, Nullable<Int32>, ApiError)
public RollbackStatusInfo (int? successfullyRolledbackInstanceCount = default, int? failedRolledbackInstanceCount = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError rollbackError = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollbackStatusInfo : Nullable<int> * Nullable<int> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollbackStatusInfo
Public Sub New (Optional successfullyRolledbackInstanceCount As Nullable(Of Integer) = Nothing, Optional failedRolledbackInstanceCount As Nullable(Of Integer) = Nothing, Optional rollbackError As ApiError = Nothing)
Parameters
- rollbackError
- ApiError