ScheduleCreateOrUpdateParameters 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供給建立或更新排程作業的參數。
public class ScheduleCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class ScheduleCreateOrUpdateParameters
type ScheduleCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ScheduleCreateOrUpdateParameters = class
Public Class ScheduleCreateOrUpdateParameters
- 繼承
-
ScheduleCreateOrUpdateParameters
- 屬性
建構函式
ScheduleCreateOrUpdateParameters() |
初始化 ScheduleCreateOrUpdateParameters 類別的新實例。 |
ScheduleCreateOrUpdateParameters(String, DateTimeOffset, String, String, Nullable<DateTimeOffset>, Object, String, AdvancedSchedule) |
初始化 ScheduleCreateOrUpdateParameters 類別的新實例。 |
ScheduleCreateOrUpdateParameters(String, ScheduleCreateOrUpdateProperties) |
提供給建立或更新排程作業的參數。 |
屬性
AdvancedSchedule |
取得或設定 AdvancedSchedule。 |
ConvertTimesFromTimeZone |
提供給建立或更新排程作業的參數。 |
Description |
取得或設定排程的描述。 |
ExpiryTime |
取得或設定排程的結束時間。 |
Frequency |
取得或設定排程的頻率。 可能的值包括:'OneTime'、'Day'、'Hour'、'Week'、'Month'、'Minute' |
Interval |
取得或設定排程的間隔。 |
Name |
取得或設定 Schedule 的名稱。 |
Properties |
提供給建立或更新排程作業的參數。 |
StartTime |
取得或設定排程的開始時間。 |
TimeZone |
取得或設定排程的時區。 |
方法
Validate() |
驗證 物件。 |