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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.