Watcher Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
Watcher() |
Inicjuje nowe wystąpienie klasy Watcher. |
Watcher(String, String, String, Nullable<Int64>, String, IDictionary<String, String>, String, String, DateTimeOffset, DateTimeOffset, String, String, String, IDictionary<String,String>, String) |
Inicjuje nowe wystąpienie klasy Watcher. |
Watcher()
Inicjuje nowe wystąpienie klasy Watcher.
public Watcher ();
Public Sub New ()
Dotyczy
Watcher(String, String, String, Nullable<Int64>, String, IDictionary<String, String>, String, String, DateTimeOffset, DateTimeOffset, String, String, String, IDictionary<String,String>, String)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- id
- String
W pełni kwalifikowany identyfikator zasobu dla zasobu
- name
- String
Nazwa zasobu
- type
- String
Typ zasobu.
Pobiera lub ustawia częstotliwość wywoływanej obserwatora.
- scriptName
- String
Pobiera lub ustawia nazwę skryptu, do których jest dołączony obserwator, tj. nazwę istniejącego elementu Runbook.
- scriptParameters
- IDictionary<String,String>
Pobiera lub ustawia parametry skryptu.
- scriptRunOn
- String
Pobiera lub ustawia nazwę grupy hybrydowych procesów roboczych, na których będzie działać obserwator.
- status
- String
Pobiera bieżący stan obserwatora.
- creationTime
- DateTimeOffset
Pobiera lub ustawia czas tworzenia.
- lastModifiedTime
- DateTimeOffset
Pobiera lub ustawia czas ostatniej modyfikacji.
- lastModifiedBy
- String
Szczegóły użytkownika, który ostatnio zmodyfikował obserwatora.
- description
- String
Pobiera lub ustawia opis.
- etag
- String
Pobiera lub ustawia element etag zasobu.
- tags
- IDictionary<String,String>
Tagi zasobów.
- location
- String
Lokalizacja geograficzna, w której znajduje się zasób
Dotyczy
Azure SDK for .NET