Sprog

MachineLearningJobScheduleAction(MachineLearningJobProperties) Constructor

Definition

Initializes a new instance of MachineLearningJobScheduleAction.

public MachineLearningJobScheduleAction(Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties jobDefinition);
new Azure.ResourceManager.MachineLearning.Models.MachineLearningJobScheduleAction : Azure.ResourceManager.MachineLearning.Models.MachineLearningJobProperties -> Azure.ResourceManager.MachineLearning.Models.MachineLearningJobScheduleAction
Public Sub New (jobDefinition As MachineLearningJobProperties)

Parameters

jobDefinition
MachineLearningJobProperties

[Required] Defines Schedule action definition details.

Exceptions

jobDefinition is null.

Applies to