Class WatcherUpdateProperties
java.lang.Object
com.azure.resourcemanager.automation.fluent.models.WatcherUpdateProperties
The properties of the update watcher operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the executionFrequencyInSeconds property: Gets or sets the frequency at which the watcher is invoked.void
validate()
Validates the instance.withExecutionFrequencyInSeconds
(Long executionFrequencyInSeconds) Set the executionFrequencyInSeconds property: Gets or sets the frequency at which the watcher is invoked.
-
Constructor Details
-
WatcherUpdateProperties
public WatcherUpdateProperties()
-
-
Method Details
-
executionFrequencyInSeconds
Get the executionFrequencyInSeconds property: Gets or sets the frequency at which the watcher is invoked.- Returns:
- the executionFrequencyInSeconds value.
-
withExecutionFrequencyInSeconds
Set the executionFrequencyInSeconds property: Gets or sets the frequency at which the watcher is invoked.- Parameters:
executionFrequencyInSeconds
- the executionFrequencyInSeconds value to set.- Returns:
- the WatcherUpdateProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-