ScaleSettings 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
ScaleSettings() |
Initializes a new instance of the ScaleSettings class. |
ScaleSettings(ManualScaleSettings, AutoScaleSettings) |
Initializes a new instance of the ScaleSettings class. |
ScaleSettings()
Initializes a new instance of the ScaleSettings class.
public ScaleSettings ();
Public Sub New ()
Applies to
ScaleSettings(ManualScaleSettings, AutoScaleSettings)
Initializes a new instance of the ScaleSettings class.
public ScaleSettings (Microsoft.Azure.Management.BatchAI.Models.ManualScaleSettings manual = default, Microsoft.Azure.Management.BatchAI.Models.AutoScaleSettings autoScale = default);
new Microsoft.Azure.Management.BatchAI.Models.ScaleSettings : Microsoft.Azure.Management.BatchAI.Models.ManualScaleSettings * Microsoft.Azure.Management.BatchAI.Models.AutoScaleSettings -> Microsoft.Azure.Management.BatchAI.Models.ScaleSettings
Public Sub New (Optional manual As ManualScaleSettings = Nothing, Optional autoScale As AutoScaleSettings = Nothing)
Parameters
- manual
- ManualScaleSettings
Manual scale settings.
- autoScale
- AutoScaleSettings
Auto-scale settings.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET