Udostępnij za pośrednictwem


WatcherUpdateParameters Konstruktory

Definicja

Przeciążenia

WatcherUpdateParameters()

Inicjuje nowe wystąpienie klasy WatcherUpdateParameters.

WatcherUpdateParameters(Nullable<Int64>, String)

Inicjuje nowe wystąpienie klasy WatcherUpdateParameters.

WatcherUpdateParameters()

Inicjuje nowe wystąpienie klasy WatcherUpdateParameters.

public WatcherUpdateParameters ();
Public Sub New ()

Dotyczy

WatcherUpdateParameters(Nullable<Int64>, String)

Inicjuje nowe wystąpienie klasy 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)

Parametry

executionFrequencyInSeconds
Nullable<Int64>

Pobiera lub ustawia częstotliwość wywoływanej obserwatora.

name
String

Pobiera lub ustawia nazwę zasobu.

Dotyczy