ScheduleProperties 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
排程參數的定義。
public class ScheduleProperties : Microsoft.Azure.Management.Automation.Models.ResourceCommonPropertiesBase
type ScheduleProperties = class
inherit ResourceCommonPropertiesBase
Public Class ScheduleProperties
Inherits ResourceCommonPropertiesBase
- 繼承
建構函式
ScheduleProperties() |
初始化 ScheduleProperties 類別的新實例。 |
屬性
AdvancedSchedule |
取得或設定進階排程。 |
CreationTime |
排程參數的定義。 (繼承來源 ResourceCommonPropertiesBase) |
Description |
排程參數的定義。 (繼承來源 ResourceCommonPropertiesBase) |
ExpiryTime |
取得或設定排程的結束時間。 |
ExpiryTimeOffsetMinutes |
取得或設定到期時間以分鐘為單位的位移。 |
Frequency |
取得或設定排程的頻率。 可能的值包括:'OneTime'、'Day'、'Hour'、'Week'、'Month' |
Interval |
取得或設定排程的間隔。 |
IsEnabled |
取得或設定值,指出是否啟用此排程。 |
LastModifiedTime |
排程參數的定義。 (繼承來源 ResourceCommonPropertiesBase) |
NextRun |
取得或設定排程的下一個執行時間。 |
NextRunOffsetMinutes |
取得或設定下一個執行時間的位移,以分鐘為單位。 |
StartTime |
取得或設定排程的開始時間。 |
StartTimeOffsetMinutes |
取得開始時間的位移,以分鐘為單位。 |
TimeZone |
取得或設定排程的時區。 |