Partager via


EndpointScheduleAction Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EndpointScheduleActionTypeConverter))]
public class EndpointScheduleAction : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointScheduleAction, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.EndpointScheduleActionTypeConverter))>]
type EndpointScheduleAction = class
    interface IEndpointScheduleAction
    interface IJsonSerializable
    interface IScheduleActionBase
    interface IValidates
Public Class EndpointScheduleAction
Implements IEndpointScheduleAction, IValidates
Inheritance
EndpointScheduleAction
Attributes
Implements

Constructors

EndpointScheduleAction()

Creates an new EndpointScheduleAction instance.

Properties

ActionType

[Required] Specifies the action type of the schedule

EndpointInvocationDefinition

[Required] Defines Schedule action definition details. TBD

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EndpointScheduleAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EndpointScheduleAction.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IEndpointScheduleAction.

FromJsonString(String)

Creates a new instance of EndpointScheduleAction, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EndpointScheduleAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to