ScheduleUpdateParameters 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ScheduleUpdateParameters() |
初始化 ScheduleUpdateParameters 類別的新實例。 |
ScheduleUpdateParameters(String, String, Nullable<Boolean>) |
初始化 ScheduleUpdateParameters 類別的新實例。 |
ScheduleUpdateParameters()
初始化 ScheduleUpdateParameters 類別的新實例。
public ScheduleUpdateParameters ();
Public Sub New ()
適用於
ScheduleUpdateParameters(String, String, Nullable<Boolean>)
初始化 ScheduleUpdateParameters 類別的新實例。
public ScheduleUpdateParameters (string name = default, string description = default, bool? isEnabled = default);
new Microsoft.Azure.Management.Automation.Models.ScheduleUpdateParameters : string * string * Nullable<bool> -> Microsoft.Azure.Management.Automation.Models.ScheduleUpdateParameters
Public Sub New (Optional name As String = Nothing, Optional description As String = Nothing, Optional isEnabled As Nullable(Of Boolean) = Nothing)
參數
- name
- String
取得或設定 Schedule 的名稱。
- description
- String
取得或設定排程的描述。