Share via


ApplicationResourcePropertiesOutput interface

The application resource properties.

Extends

Properties

provisioningState

The current deployment or provisioning state, which only appears in the response

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

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?: ApplicationUserAssignedIdentityOutput[]

Property Value

Inherited From ApplicationResourceUpdatePropertiesOutput.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 ApplicationResourceUpdatePropertiesOutput.maximumNodes

metrics

List of application capacity metric description.

metrics?: ApplicationMetricDescriptionOutput[]

Property Value

Inherited From ApplicationResourceUpdatePropertiesOutput.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 ApplicationResourceUpdatePropertiesOutput.minimumNodes

parameters

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

parameters?: Record<string, string>

Property Value

Record<string, string>

Inherited From ApplicationResourceUpdatePropertiesOutput.parameters

removeApplicationCapacity

Remove the current application capacity settings.

removeApplicationCapacity?: boolean

Property Value

boolean

Inherited From ApplicationResourceUpdatePropertiesOutput.removeApplicationCapacity

typeVersion

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

typeVersion?: string

Property Value

string

Inherited From ApplicationResourceUpdatePropertiesOutput.typeVersion

upgradePolicy

Describes the policy for a monitored application upgrade.

upgradePolicy?: ApplicationUpgradePolicyOutput

Property Value

Inherited From ApplicationResourceUpdatePropertiesOutput.upgradePolicy