IComputeStartStopSchedule.ScheduleMinute Property

Definition

[Required] List of minutes for the schedule.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] List of minutes for the schedule.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="minutes", Update=true)]
public System.Collections.Generic.List<int> ScheduleMinute { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] List of minutes for the schedule.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=false, Required=false, SerializedName="minutes", Update=true)>]
member this.ScheduleMinute : System.Collections.Generic.List<int> with get, set
Public Property ScheduleMinute As List(Of Integer)

Property Value

Attributes

Applies to