Sdílet prostřednictvím


ScaleSettings Konstruktory

Definice

Přetížení

ScaleSettings()

Inicializuje novou instanci Třídy ScaleSettings.

ScaleSettings(FixedScaleSettings, AutoScaleSettings)

Inicializuje novou instanci Třídy ScaleSettings.

ScaleSettings()

Inicializuje novou instanci Třídy ScaleSettings.

public ScaleSettings ();
Public Sub New ()

Platí pro

ScaleSettings(FixedScaleSettings, AutoScaleSettings)

Inicializuje novou instanci Třídy ScaleSettings.

public ScaleSettings (Microsoft.Azure.Management.Batch.Models.FixedScaleSettings fixedScale = default, Microsoft.Azure.Management.Batch.Models.AutoScaleSettings autoScale = default);
new Microsoft.Azure.Management.Batch.Models.ScaleSettings : Microsoft.Azure.Management.Batch.Models.FixedScaleSettings * Microsoft.Azure.Management.Batch.Models.AutoScaleSettings -> Microsoft.Azure.Management.Batch.Models.ScaleSettings
Public Sub New (Optional fixedScale As FixedScaleSettings = Nothing, Optional autoScale As AutoScaleSettings = Nothing)

Parametry

fixedScale
FixedScaleSettings

Opravili jsme nastavení škálování fondu.

autoScale
AutoScaleSettings

Nastavení automatického škálování fondu

Platí pro