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