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