Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the parameters for updating an ongoing application upgrade.
Properties
| Name | Type | Required | 
|---|---|---|
| Name | string | Yes | 
| UpgradeKind | string (enum) | Yes | 
| ApplicationHealthPolicy | ApplicationHealthPolicy | No | 
| UpdateDescription | RollingUpgradeUpdateDescription | No | 
Name
Type: string 
Required: Yes
The name of the application, including the 'fabric:' URI scheme.
UpgradeKind
Type: string (enum) 
Required: Yes
Default: Rolling 
The kind of upgrade out of the following possible values.
Possible values are:
- Invalid- Indicates the upgrade kind is invalid. All Service Fabric enumerations have the invalid type. The value is zero.
- Rolling- The upgrade progresses one upgrade domain at a time. The value is 1
ApplicationHealthPolicy
Type: ApplicationHealthPolicy 
Required: No
Defines a health policy used to evaluate the health of an application or one of its children entities.
UpdateDescription
Type: RollingUpgradeUpdateDescription 
Required: No
Describes the parameters for updating a rolling upgrade of application or cluster.