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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET