ApplicationResourceProperties interface

The application resource properties.

Extends

Properties

provisioningState

The current deployment or provisioning state, which only appears in the response NOTE: This property will not be serialized. It can only be populated by the server.

typeName

The application type name as defined in the application manifest.

Inherited 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

provisioningState

The current deployment or provisioning state, which only appears in the response NOTE: This property will not be serialized. It can only be populated by the server.

provisioningState?: string

Property Value

string

typeName

The application type name as defined in the application manifest.

typeName?: string

Property Value

string

Inherited Property Details

managedIdentities

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

managedIdentities?: ApplicationUserAssignedIdentity[]

Property Value

Inherited From ApplicationResourceUpdateProperties.managedIdentities

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

Inherited From ApplicationResourceUpdateProperties.maximumNodes

metrics

List of application capacity metric description.

metrics?: ApplicationMetricDescription[]

Property Value

Inherited From ApplicationResourceUpdateProperties.metrics

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

Inherited From ApplicationResourceUpdateProperties.minimumNodes

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}

Inherited From ApplicationResourceUpdateProperties.parameters

removeApplicationCapacity

Remove the current application capacity settings.

removeApplicationCapacity?: boolean

Property Value

boolean

Inherited From ApplicationResourceUpdateProperties.removeApplicationCapacity

typeVersion

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

typeVersion?: string

Property Value

string

Inherited From ApplicationResourceUpdateProperties.typeVersion

upgradePolicy

Describes the policy for a monitored application upgrade.

upgradePolicy?: ApplicationUpgradePolicy

Property Value

Inherited From ApplicationResourceUpdateProperties.upgradePolicy