ScalingPolicy 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
ScalingPolicy() |
Initializes a new instance of the ScalingPolicy class. |
ScalingPolicy(ScalingMechanism, ScalingTrigger) |
Initializes a new instance of the ScalingPolicy class. |
ScalingPolicy()
Initializes a new instance of the ScalingPolicy class.
public ScalingPolicy ();
Public Sub New ()
Applies to
ScalingPolicy(ScalingMechanism, ScalingTrigger)
Initializes a new instance of the ScalingPolicy class.
public ScalingPolicy (Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingMechanism scalingMechanism, Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingTrigger scalingTrigger);
new Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy : Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingMechanism * Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingTrigger -> Microsoft.Azure.Management.ServiceFabricManagedClusters.Models.ScalingPolicy
Public Sub New (scalingMechanism As ScalingMechanism, scalingTrigger As ScalingTrigger)
Parameters
- scalingMechanism
- ScalingMechanism
Specifies the mechanism associated with this scaling policy
- scalingTrigger
- ScalingTrigger
Specifies the trigger associated with this scaling policy.