Watcher 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Watcher()
初始化 Watcher 類別的新實例。
public Watcher ();
Public Sub New ()
適用於
Watcher(String, String, String, Nullable<Int64>, String, IDictionary<String, String>, String, String, DateTimeOffset, DateTimeOffset, String, String, String, IDictionary<String,String>, String)
初始化 Watcher 類別的新實例。
public Watcher (string id = default, string name = default, string type = default, long? executionFrequencyInSeconds = default, string scriptName = default, System.Collections.Generic.IDictionary<string,string> scriptParameters = default, string scriptRunOn = default, string status = default, DateTimeOffset creationTime = default, DateTimeOffset lastModifiedTime = default, string lastModifiedBy = default, string description = default, string etag = default, System.Collections.Generic.IDictionary<string,string> tags = default, string location = default);
new Microsoft.Azure.Management.Automation.Models.Watcher : string * string * string * Nullable<int64> * string * System.Collections.Generic.IDictionary<string, string> * string * string * DateTimeOffset * DateTimeOffset * string * string * string * System.Collections.Generic.IDictionary<string, string> * string -> Microsoft.Azure.Management.Automation.Models.Watcher
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional executionFrequencyInSeconds As Nullable(Of Long) = Nothing, Optional scriptName As String = Nothing, Optional scriptParameters As IDictionary(Of String, String) = Nothing, Optional scriptRunOn As String = Nothing, Optional status As String = Nothing, Optional creationTime As DateTimeOffset = Nothing, Optional lastModifiedTime As DateTimeOffset = Nothing, Optional lastModifiedBy As String = Nothing, Optional description As String = Nothing, Optional etag As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As String = Nothing)
參數
- id
- String
資源的完整資源識別碼
- name
- String
資源的名稱
- type
- String
資源類型。
- scriptName
- String
取得或設定監看員所附加的腳本名稱,也就是現有 Runbook 的名稱。
- scriptParameters
- IDictionary<String,String>
取得或設定腳本的參數。
- scriptRunOn
- String
取得或設定監看員將執行之混合式背景工作角色群組的名稱。
- status
- String
取得監看員的目前狀態。
- creationTime
- DateTimeOffset
取得或設定建立時間。
- lastModifiedTime
- DateTimeOffset
取得或設定上次修改的時間。
- lastModifiedBy
- String
上次修改監看員的使用者詳細資料。
- description
- String
取得或設定描述。
- etag
- String
取得或設定資源的 etag。
- tags
- IDictionary<String,String>
資源標籤。
- location
- String
資源所在的地理位置