Uses of Class
com.azure.resourcemanager.automation.fluent.models.WatcherProperties
Package
Description
Package containing the inner data models for AutomationClient.
-
Uses of WatcherProperties in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionWatcherProperties.withDescription
(String description) Set the description property: Gets or sets the description.WatcherProperties.withExecutionFrequencyInSeconds
(Long executionFrequencyInSeconds) Set the executionFrequencyInSeconds property: Gets or sets the frequency at which the watcher is invoked.WatcherProperties.withScriptName
(String scriptName) Set the scriptName property: Gets or sets the name of the script the watcher is attached to, i.e.WatcherProperties.withScriptParameters
(Map<String, String> scriptParameters) Set the scriptParameters property: Gets or sets the parameters of the script.WatcherProperties.withScriptRunOn
(String scriptRunOn) Set the scriptRunOn property: Gets or sets the name of the hybrid worker group the watcher will run on.