ScaleSettings 생성자

정의

오버로드

ScaleSettings()

ScaleSettings 클래스의 새 instance 초기화합니다.

ScaleSettings(FixedScaleSettings, AutoScaleSettings)

ScaleSettings 클래스의 새 instance 초기화합니다.

ScaleSettings()

ScaleSettings 클래스의 새 instance 초기화합니다.

public ScaleSettings ();
Public Sub New ()

적용 대상

ScaleSettings(FixedScaleSettings, AutoScaleSettings)

ScaleSettings 클래스의 새 instance 초기화합니다.

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)

매개 변수

fixedScale
FixedScaleSettings

풀에 대한 크기 조정 설정을 수정했습니다.

autoScale
AutoScaleSettings

풀에 대한 자동 크기 조정 설정입니다.

적용 대상