ScheduleActionBase 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ScheduleActionBaseTypeConverter))]
public class ScheduleActionBase : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IScheduleActionBase
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ScheduleActionBaseTypeConverter))>]
type ScheduleActionBase = class
interface IScheduleActionBase
interface IJsonSerializable
Public Class ScheduleActionBase
Implements IScheduleActionBase
- Inheritance
-
ScheduleActionBase
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ScheduleActionBase() |
Creates an new ScheduleActionBase instance. |
Properties
| Name | Description |
|---|---|
| ActionType |
[Required] Specifies the action type of the schedule |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ScheduleActionBase. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScheduleActionBase. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IScheduleActionBase. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IScheduleActionBase interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload. |
| FromJsonString(String) |
Creates a new instance of ScheduleActionBase, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScheduleActionBase into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |