RuntimeUpdateApplicationUpgradeParameters interface
Parameters for the Update Upgrade action.
Properties
| application |
Defines a health policy used to evaluate the health of an application or one of its children entities. |
| name | The name of the application, including the 'fabric:' URI scheme. |
| update |
Describes the parameters for updating a rolling upgrade of application or cluster and a monitoring policy. |
| upgrade |
The kind of the upgrade. |
Property Details
applicationHealthPolicy
Defines a health policy used to evaluate the health of an application or one of its children entities.
applicationHealthPolicy?: RuntimeApplicationHealthPolicy
Property Value
name
The name of the application, including the 'fabric:' URI scheme.
name: string
Property Value
string
updateDescription
Describes the parameters for updating a rolling upgrade of application or cluster and a monitoring policy.
updateDescription?: RuntimeRollingUpgradeUpdateMonitoringPolicy
Property Value
upgradeKind
The kind of the upgrade.
upgradeKind: string
Property Value
string