Uses of Class
com.azure.resourcemanager.automation.models.WatcherUpdateParameters
Packages that use 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
Methods in com.azure.resourcemanager.automation.fluent with parameters of type WatcherUpdateParametersModifier 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
Methods in com.azure.resourcemanager.automation.models that return WatcherUpdateParametersModifier and TypeMethodDescriptionstatic WatcherUpdateParameters
WatcherUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WatcherUpdateParameters from the JsonReader.WatcherUpdateParameters.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.