Delen via


RollbackStatusInfo Constructors

Definition

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

successfullyRolledbackInstanceCount
Nullable<Int32>
failedRolledbackInstanceCount
Nullable<Int32>
rollbackError
ApiError

Applies to