Sdílet prostřednictvím


ApplicationResourceUpdateProperties interface

The application resource properties for patch operations.

Properties

managedIdentities

List of user assigned identities for the application, each mapped to a friendly name.

maximumNodes

The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node.

metrics

List of application capacity metric description.

minimumNodes

The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the value of the MaximumNodes property.

parameters

List of application parameters with overridden values from their default values specified in the application manifest.

removeApplicationCapacity

Remove the current application capacity settings.

typeVersion

The version of the application type as defined in the application manifest.

upgradePolicy

Describes the policy for a monitored application upgrade.

Property Details

managedIdentities

List of user assigned identities for the application, each mapped to a friendly name.

managedIdentities?: ApplicationUserAssignedIdentity[]

Property Value

maximumNodes

The maximum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. By default, the value of this property is zero and it means that the services can be placed on any node.

maximumNodes?: number

Property Value

number

metrics

List of application capacity metric description.

metrics?: ApplicationMetricDescription[]

Property Value

minimumNodes

The minimum number of nodes where Service Fabric will reserve capacity for this application. Note that this does not mean that the services of this application will be placed on all of those nodes. If this property is set to zero, no capacity will be reserved. The value of this property cannot be more than the value of the MaximumNodes property.

minimumNodes?: number

Property Value

number

parameters

List of application parameters with overridden values from their default values specified in the application manifest.

parameters?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

removeApplicationCapacity

Remove the current application capacity settings.

removeApplicationCapacity?: boolean

Property Value

boolean

typeVersion

The version of the application type as defined in the application manifest.

typeVersion?: string

Property Value

string

upgradePolicy

Describes the policy for a monitored application upgrade.

upgradePolicy?: ApplicationUpgradePolicy

Property Value