Lingua

ArmMachineLearningModelFactory.MachineLearningAutoPauseProperties Method

Definition

Auto pause properties.

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

Parameters

delayInMinutes
Nullable<Int32>
enabled
Nullable<Boolean>

Returns

A new MachineLearningAutoPauseProperties instance for mocking.

Applies to