ArmMachineLearningModelFactory.MachineLearningAutoPauseProperties Method
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.
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
Returns
A new MachineLearningAutoPauseProperties instance for mocking.