Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ScalingPolicyDescription Class

Definition

Namespace:
System.Fabric.Description
Assembly:
System.Fabric.dll
Package:
Microsoft.ServiceFabric v11.4.268

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Class for describing a scaling policy. Every scaling policy consists of a ScalingTriggerDescription which describes when scaling should occur and a ScalingMechanismDescription which describes how is scaling performed.

public class ScalingPolicyDescription
type ScalingPolicyDescription = class
Public Class ScalingPolicyDescription
Inheritance
ScalingPolicyDescription

Constructors

Name Description
ScalingPolicyDescription()

Initializes a new instance of the ScalingPolicyDescription class.

ScalingPolicyDescription(ScalingMechanismDescription, ScalingTriggerDescription)

Initializes a new instance of the ScalingPolicyDescription class with the specified mechanism and trigger.

Properties

Name Description
ScalingMechanism

Gets the scaling mechanism.

ScalingTrigger

Gets the scaling trigger.

Methods

Name Description
ToString()

Returns a string of the ScalingPolicyDescription.

Applies to


Feedback

Was this page helpful?