ScheduleProperties Class
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.
Base definition of a schedule
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SchedulePropertiesTypeConverter))]
public class ScheduleProperties : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IScheduleProperties, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.SchedulePropertiesTypeConverter))>]
type ScheduleProperties = class
interface IScheduleProperties
interface IJsonSerializable
interface IResourceBase
interface IValidates
Public Class ScheduleProperties
Implements IScheduleProperties, IValidates
- Inheritance
-
ScheduleProperties
- Attributes
- Implements
Constructors
ScheduleProperties() |
Creates an new ScheduleProperties instance. |
Properties
ActionType |
[Required] Specifies the action type of the schedule |
Description |
The asset description text. |
DisplayName |
Display name of schedule. |
IsEnabled |
Is the schedule enabled? |
Property |
The asset property dictionary. |
ProvisioningState |
Provisioning state for the schedule. |
Tag |
Tag dictionary. Tags can be added, removed, and updated. |
TriggerEndTime |
Specifies end time of schedule in ISO 8601, but without a UTC offset. Refer https://en.wikipedia.org/wiki/ISO_8601. Recommented format would be "2022-06-01T00:00:01" If not present, the schedule will run indefinitely |
TriggerStartTime |
Specifies start time of schedule in ISO 8601 format, but without a UTC offset. |
TriggerTimeZone |
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 |
TriggerType |
[Required] |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ScheduleProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScheduleProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IScheduleProperties. |
FromJsonString(String) |
Creates a new instance of ScheduleProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScheduleProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |