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()
public UpgradeOperationHistoricalStatusInfoProperties ();
Public Sub New ()
Applies to
UpgradeOperationHistoricalStatusInfoProperties(UpgradeOperationHistoryStatus, RollingUpgradeProgressInfo, ApiError, Nullable<UpgradeOperationInvoker>, ImageReference, RollbackStatusInfo)
public UpgradeOperationHistoricalStatusInfoProperties (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradeOperationHistoryStatus runningStatus = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradeProgressInfo progress = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError error = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradeOperationInvoker? startedBy = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageReference targetImageReference = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollbackStatusInfo rollbackInfo = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradeOperationHistoricalStatusInfoProperties : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradeOperationHistoryStatus * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradeProgressInfo * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ApiError * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.UpgradeOperationInvoker> * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ImageReference * Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollbackStatusInfo -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.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 ImageReference = Nothing, Optional rollbackInfo As RollbackStatusInfo = Nothing)
Parameters
- runningStatus
- UpgradeOperationHistoryStatus
- progress
- RollingUpgradeProgressInfo
- error
- ApiError
- startedBy
- Nullable<UpgradeOperationInvoker>
- targetImageReference
- ImageReference
- rollbackInfo
- RollbackStatusInfo