CreateMonitorAction Class
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.
The CreateMonitorAction.
public class CreateMonitorAction : Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleAction, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.CreateMonitorAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.CreateMonitorAction>
public class CreateMonitorAction : Azure.ResourceManager.MachineLearning.Models.MachineLearningScheduleAction
type CreateMonitorAction = class
inherit MachineLearningScheduleAction
interface IJsonModel<CreateMonitorAction>
interface IPersistableModel<CreateMonitorAction>
type CreateMonitorAction = class
inherit MachineLearningScheduleAction
Public Class CreateMonitorAction
Inherits MachineLearningScheduleAction
Implements IJsonModel(Of CreateMonitorAction), IPersistableModel(Of CreateMonitorAction)
Public Class CreateMonitorAction
Inherits MachineLearningScheduleAction
- Inheritance
- Implements
Constructors
CreateMonitorAction(MonitorDefinition) |
Initializes a new instance of CreateMonitorAction. |
Properties
MonitorDefinition |
[Required] Defines the monitor. |
Explicit Interface Implementations
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET