ScalingPolicyDescription Constructors
Definition
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.
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
- mechanism
- ScalingMechanismDescription
- trigger
- ScalingTriggerDescription
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET