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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET