Language

ArmMachineLearningModelFactory.MachineLearningAutoScaleProperties Method

Definition

Auto scale properties.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoScaleProperties MachineLearningAutoScaleProperties(int? minNodeCount = default, bool? enabled = default, int? maxNodeCount = default);
static member MachineLearningAutoScaleProperties : Nullable<int> * Nullable<bool> * Nullable<int> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoScaleProperties
Public Shared Function MachineLearningAutoScaleProperties (Optional minNodeCount As Nullable(Of Integer) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing, Optional maxNodeCount As Nullable(Of Integer) = Nothing) As MachineLearningAutoScaleProperties

Parameters

minNodeCount
Nullable<Int32>
enabled
Nullable<Boolean>
maxNodeCount
Nullable<Int32>

Returns

A new MachineLearningAutoScaleProperties instance for mocking.

Applies to