Uses of Class
com.azure.resourcemanager.automation.models.WatcherUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of WatcherUpdateParameters in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionWatchersClient.update
(String resourceGroupName, String automationAccountName, String watcherName, WatcherUpdateParameters parameters) Update the watcher identified by watcher name.com.azure.core.http.rest.Response<WatcherInner>
WatchersClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String watcherName, WatcherUpdateParameters parameters, com.azure.core.util.Context context) Update the watcher identified by watcher name. -
Uses of WatcherUpdateParameters in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionWatcherUpdateParameters.withExecutionFrequencyInSeconds
(Long executionFrequencyInSeconds) Set the executionFrequencyInSeconds property: Gets or sets the frequency at which the watcher is invoked.Set the name property: Gets or sets the name of the resource.