Delen via


ComputeRecurrenceSchedule Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeRecurrenceScheduleTypeConverter))]
public class ComputeRecurrenceSchedule : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IComputeRecurrenceSchedule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeRecurrenceScheduleTypeConverter))>]
type ComputeRecurrenceSchedule = class
    interface IComputeRecurrenceSchedule
    interface IJsonSerializable
Public Class ComputeRecurrenceSchedule
Implements IComputeRecurrenceSchedule
Inheritance
ComputeRecurrenceSchedule
Attributes
Implements

Constructors

ComputeRecurrenceSchedule()

Creates an new ComputeRecurrenceSchedule instance.

Properties

Hour

[Required] List of hours for the schedule.

Minute

[Required] List of minutes for the schedule.

MonthDay

List of month days for the schedule

WeekDay

List of days for the schedule.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ComputeRecurrenceSchedule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ComputeRecurrenceSchedule.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ComputeRecurrenceSchedule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to