Share via


WatcherUpdateParameters Constructors

Definition

Overloads

WatcherUpdateParameters()

Initializes a new instance of the WatcherUpdateParameters class.

WatcherUpdateParameters(Nullable<Int64>, String)

Initializes a new instance of the WatcherUpdateParameters class.

WatcherUpdateParameters()

Initializes a new instance of the WatcherUpdateParameters class.

public WatcherUpdateParameters ();
Public Sub New ()

Applies to

WatcherUpdateParameters(Nullable<Int64>, String)

Initializes a new instance of the WatcherUpdateParameters class.

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)

Parameters

executionFrequencyInSeconds
Nullable<Int64>

Gets or sets the frequency at which the watcher is invoked.

name
String

Gets or sets the name of the resource.

Applies to