ScalingTriggerDescription 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
ScalingTriggerDescription() |
Initializes a new instance of the ScalingTriggerDescription class. |
ScalingTriggerDescription(ScalingTriggerKind) |
Initializes a new instance of the ScalingTriggerDescription class of a particular kind. |
ScalingTriggerDescription()
Initializes a new instance of the ScalingTriggerDescription class.
protected ScalingTriggerDescription ();
Protected Sub New ()
Applies to
ScalingTriggerDescription(ScalingTriggerKind)
Initializes a new instance of the ScalingTriggerDescription class of a particular kind.
protected ScalingTriggerDescription (System.Fabric.Description.ScalingTriggerKind kind);
new System.Fabric.Description.ScalingTriggerDescription : System.Fabric.Description.ScalingTriggerKind -> System.Fabric.Description.ScalingTriggerDescription
Protected Sub New (kind As ScalingTriggerKind)
Parameters
- kind
- ScalingTriggerKind
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