ValidateClusterUpgradeResult

Specifies result of validating a cluster upgrade.

Properties

Name Type Required
ServiceHostUpgradeImpact string (enum) No
ValidationDetails string No

ServiceHostUpgradeImpact

Type: string (enum)
Required: No

The expected impact of the upgrade.

Possible values are:

  • Invalid - Indicates the upgrade impact is invalid. All Service Fabric enumerations have the invalid type. The value is zero.
  • None - The upgrade is not expected to cause service host restarts. The value is 1.
  • ServiceHostRestart - The upgrade is expected to cause a service host restart. The value is 2.
  • UnexpectedServiceHostRestart - The upgrade will cause an unexpected service host restart. This indicates a bug in the Service Fabric runtime and proceeding with an upgrade with this impact may lead to skipped safety checks. Running the upgrade with the ForceRestart flag will force proper safety checks. The value is 3.

ValidationDetails

Type: string
Required: No

A string containing additional details for the Fabric upgrade validation result.