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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET