ScheduleActionBase Class

Definition

[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

ScheduleActionBase()

Creates an new ScheduleActionBase instance.

Properties

ActionType

[Required] Specifies the action type of the schedule

Methods

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()

Applies to