IComputeInstanceProperties.ScheduleComputeStartStop Property

Definition

The list of compute start stop schedules to be applied.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The list of compute start stop schedules to be applied.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeStartStopSchedule) }, Read=true, ReadOnly=false, Required=false, SerializedName="computeStartStop", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeStartStopSchedule> ScheduleComputeStartStop { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="The list of compute start stop schedules to be applied.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeStartStopSchedule) }, Read=true, ReadOnly=false, Required=false, SerializedName="computeStartStop", Update=true)>]
member this.ScheduleComputeStartStop : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeStartStopSchedule> with get, set
Public Property ScheduleComputeStartStop As List(Of IComputeStartStopSchedule)

Property Value

Attributes

Applies to