UpgradeOperationHistoricalStatusInfoProperties 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
UpgradeOperationHistoricalStatusInfoProperties() |
Initializes a new instance of the UpgradeOperationHistoricalStatusInfoProperties class. |
UpgradeOperationHistoricalStatusInfoProperties(UpgradeOperationHistoryStatus, RollingUpgradeProgressInfo, ApiError, Nullable<UpgradeOperationInvoker>, ImageReferenceInner, RollbackStatusInfo) |
Initializes a new instance of the UpgradeOperationHistoricalStatusInfoProperties class. |
UpgradeOperationHistoricalStatusInfoProperties()
Initializes a new instance of the UpgradeOperationHistoricalStatusInfoProperties class.
public UpgradeOperationHistoricalStatusInfoProperties ();
Public Sub New ()
Applies to
UpgradeOperationHistoricalStatusInfoProperties(UpgradeOperationHistoryStatus, RollingUpgradeProgressInfo, ApiError, Nullable<UpgradeOperationInvoker>, ImageReferenceInner, RollbackStatusInfo)
Initializes a new instance of the UpgradeOperationHistoricalStatusInfoProperties class.
public UpgradeOperationHistoricalStatusInfoProperties (Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoryStatus runningStatus = default, Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeProgressInfo progress = default, Microsoft.Azure.Management.Compute.Fluent.Models.ApiError error = default, Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationInvoker? startedBy = default, Microsoft.Azure.Management.Compute.Fluent.Models.ImageReferenceInner targetImageReference = default, Microsoft.Azure.Management.Compute.Fluent.Models.RollbackStatusInfo rollbackInfo = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoricalStatusInfoProperties : Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoryStatus * Microsoft.Azure.Management.Compute.Fluent.Models.RollingUpgradeProgressInfo * Microsoft.Azure.Management.Compute.Fluent.Models.ApiError * Nullable<Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationInvoker> * Microsoft.Azure.Management.Compute.Fluent.Models.ImageReferenceInner * Microsoft.Azure.Management.Compute.Fluent.Models.RollbackStatusInfo -> Microsoft.Azure.Management.Compute.Fluent.Models.UpgradeOperationHistoricalStatusInfoProperties
Public Sub New (Optional runningStatus As UpgradeOperationHistoryStatus = Nothing, Optional progress As RollingUpgradeProgressInfo = Nothing, Optional error As ApiError = Nothing, Optional startedBy As Nullable(Of UpgradeOperationInvoker) = Nothing, Optional targetImageReference As ImageReferenceInner = Nothing, Optional rollbackInfo As RollbackStatusInfo = Nothing)
Parameters
- runningStatus
- UpgradeOperationHistoryStatus
Information about the overall status of the upgrade operation.
- progress
- RollingUpgradeProgressInfo
Counts of the VMs in each state.
- error
- ApiError
Error Details for this upgrade if there are any.
- startedBy
- Nullable<UpgradeOperationInvoker>
Invoker of the Upgrade Operation. Possible values include: 'Unknown', 'User', 'Platform'
- targetImageReference
- ImageReferenceInner
Image Reference details
- rollbackInfo
- RollbackStatusInfo
Information about OS rollback if performed
Applies to
Azure SDK for .NET