ISchedule 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.ScheduleTypeConverter))]
public interface ISchedule : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api30.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ScheduleTypeConverter))>]
type ISchedule = interface
interface IJsonSerializable
interface IResource
Public Interface ISchedule
Implements IResource
- Derived
- Attributes
- Implements
Properties
ActionType |
[Required] Specifies the action type of the schedule |
Description |
The asset description text. |
DisplayName |
Display name of schedule. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} (Inherited from IResource) |
IsEnabled |
Is the schedule enabled? |
Name |
The name of the resource (Inherited from IResource) |
ProvisioningState |
Provisioning state for the schedule. |
ResourceBaseProperty |
The asset property dictionary. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). (Inherited from IResource) |
SystemDataCreatedBy |
The identity that created the resource. (Inherited from IResource) |
SystemDataCreatedByType |
The type of identity that created the resource. (Inherited from IResource) |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) (Inherited from IResource) |
SystemDataLastModifiedBy |
The identity that last modified the resource. (Inherited from IResource) |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. (Inherited from IResource) |
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] |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" (Inherited from IResource) |
XmsAsyncOperationTimeout |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |