IComputeStartStopSchedule Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeStartStopScheduleTypeConverter))]
public interface IComputeStartStopSchedule : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ComputeStartStopScheduleTypeConverter))>]
type IComputeStartStopSchedule = interface
interface IJsonSerializable
Public Interface IComputeStartStopSchedule
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Action |
[Required] The compute power action. |
CronExpression |
[Required] Specifies cron expression of schedule. The expression should follow NCronTab format. |
CronStartTime |
The start time in yyyy-MM-ddTHH:mm:ss format. |
CronTimeZone |
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11 |
Id |
A system assigned id for the schedule. |
ProvisioningStatus |
The current deployment state of schedule. |
RecurrenceFrequency |
[Required] The frequency to trigger schedule. |
RecurrenceInterval |
[Required] Specifies schedule interval in conjunction with frequency |
RecurrenceStartTime |
The start time in yyyy-MM-ddTHH:mm:ss format. |
RecurrenceTimeZone |
Specifies time zone in which the schedule runs. TimeZone should follow Windows time zone format. Refer: https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11 |
ScheduleHour |
[Required] List of hours for the schedule. |
ScheduleId |
A system assigned id for the schedule. |
ScheduleMinute |
[Required] List of minutes for the schedule. |
ScheduleMonthDay |
List of month days for the schedule |
ScheduleProvisioningStatus |
The current deployment state of schedule. |
ScheduleStatus |
Is the schedule enabled or disabled? |
ScheduleWeekDay |
List of days for the schedule. |
Status |
Is the schedule enabled or disabled? |
TriggerType |
[Required] The schedule trigger type. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |