ServiceResourceUpdateProperties interface

The service resource properties for patch operations.

Extends

Properties

serviceKind

The kind of service (Stateless or Stateful).

Inherited Properties

correlationScheme

A list that describes the correlation of the service with other services.

defaultMoveCost

Specifies the move cost for the service.

placementConstraints

The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".

serviceLoadMetrics

The service load metrics is given as an array of ServiceLoadMetricDescription objects.

servicePlacementPolicies

A list that describes the correlation of the service with other services.

Property Details

serviceKind

The kind of service (Stateless or Stateful).

serviceKind: string

Property Value

string

Inherited Property Details

correlationScheme

A list that describes the correlation of the service with other services.

correlationScheme?: ServiceCorrelationDescription[]

Property Value

Inherited From ServiceResourcePropertiesBase.correlationScheme

defaultMoveCost

Specifies the move cost for the service.

defaultMoveCost?: string

Property Value

string

Inherited From ServiceResourcePropertiesBase.defaultMoveCost

placementConstraints

The placement constraints as a string. Placement constraints are boolean expressions on node properties and allow for restricting a service to particular nodes based on the service requirements. For example, to place a service on nodes where NodeType is blue specify the following: "NodeColor == blue)".

placementConstraints?: string

Property Value

string

Inherited From ServiceResourcePropertiesBase.placementConstraints

serviceLoadMetrics

The service load metrics is given as an array of ServiceLoadMetricDescription objects.

serviceLoadMetrics?: ServiceLoadMetricDescription[]

Property Value

Inherited From ServiceResourcePropertiesBase.serviceLoadMetrics

servicePlacementPolicies

A list that describes the correlation of the service with other services.

servicePlacementPolicies?: ServicePlacementPolicyDescription[]

Property Value

Inherited From ServiceResourcePropertiesBase.servicePlacementPolicies