ApplicationResourceUpdate interface

The application resource for patch operations.

Extends

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.

Inherited Properties

etag

Azure resource etag. NOTE: This property will not be serialized. It can only be populated by the server.

id

Azure resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

location

It will be deprecated in New API, resource location depends on the parent resource.

name

Azure resource name. NOTE: This property will not be serialized. It can only be populated by the server.

systemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

tags

Azure resource tags.

type

Azure resource type. NOTE: This property will not be serialized. It can only be populated by the server.

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

Inherited Property Details

etag

Azure resource etag. NOTE: This property will not be serialized. It can only be populated by the server.

etag?: string

Property Value

string

Inherited From ProxyResource.etag

id

Azure resource identifier. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResource.id

location

It will be deprecated in New API, resource location depends on the parent resource.

location?: string

Property Value

string

Inherited From ProxyResource.location

name

Azure resource name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Metadata pertaining to creation and last modification of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

tags

Azure resource tags.

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

Property Value

{[propertyName: string]: string}

Inherited From ProxyResource.tags

type

Azure resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyResource.type