ApplicationUpgradeUpdateDescription Class

Describes the parameters for updating an ongoing application upgrade.

All required parameters must be populated in order to send to Azure.

Inheritance
ApplicationUpgradeUpdateDescription

Constructor

ApplicationUpgradeUpdateDescription(*, name: str, upgrade_kind='Rolling', application_health_policy=None, update_description=None, **kwargs)

Parameters

name
str
Required

Required. The name of the application, including the 'fabric:' URI scheme.

upgrade_kind
str or UpgradeKind
Required

Required. The kind of upgrade out of the following possible values. Possible values include: 'Invalid', 'Rolling'. Default value: "Rolling" .

application_health_policy
ApplicationHealthPolicy
Required

Defines a health policy used to evaluate the health of an application or one of its children entities.

update_description
RollingUpgradeUpdateDescription
Required

Describes the parameters for updating a rolling upgrade of application or cluster.