ScalingPolicyDescription Constructors

Definition

Overloads

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.

ScalingPolicyDescription()

Initializes a new instance of the ScalingPolicyDescription class.

public ScalingPolicyDescription ();
Public Sub New ()

Applies to

ScalingPolicyDescription(ScalingMechanismDescription, ScalingTriggerDescription)

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

public ScalingPolicyDescription (System.Fabric.Description.ScalingMechanismDescription mechanism, System.Fabric.Description.ScalingTriggerDescription trigger);
new System.Fabric.Description.ScalingPolicyDescription : System.Fabric.Description.ScalingMechanismDescription * System.Fabric.Description.ScalingTriggerDescription -> System.Fabric.Description.ScalingPolicyDescription
Public Sub New (mechanism As ScalingMechanismDescription, trigger As ScalingTriggerDescription)

Parameters

Applies to