Uses of Class
com.azure.resourcemanager.automation.fluent.models.WatcherInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of WatcherInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionWatchersClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String watcherName, WatcherInner parameters) Create the watcher identified by watcher name.Retrieve the watcher identified by watcher name.WatchersClient.update
(String resourceGroupName, String automationAccountName, String watcherName, WatcherUpdateParameters parameters) Update the watcher identified by watcher name.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<WatcherInner>
WatchersClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String watcherName, WatcherInner parameters, com.azure.core.util.Context context) Create the watcher identified by watcher name.com.azure.core.http.rest.Response<WatcherInner>
WatchersClient.getWithResponse
(String resourceGroupName, String automationAccountName, String watcherName, com.azure.core.util.Context context) Retrieve the watcher identified by watcher name.com.azure.core.http.rest.PagedIterable<WatcherInner>
WatchersClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of watchers.com.azure.core.http.rest.PagedIterable<WatcherInner>
WatchersClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of watchers.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.Modifier and TypeMethodDescriptionWatchersClient.createOrUpdate
(String resourceGroupName, String automationAccountName, String watcherName, WatcherInner parameters) Create the watcher identified by watcher name.com.azure.core.http.rest.Response<WatcherInner>
WatchersClient.createOrUpdateWithResponse
(String resourceGroupName, String automationAccountName, String watcherName, WatcherInner parameters, com.azure.core.util.Context context) Create the watcher identified by watcher name. -
Uses of WatcherInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionWatcherInner.withDescription
(String description) Set the description property: Gets or sets the description.Set the etag property: Gets or sets the etag of the resource.WatcherInner.withExecutionFrequencyInSeconds
(Long executionFrequencyInSeconds) Set the executionFrequencyInSeconds property: Gets or sets the frequency at which the watcher is invoked.WatcherInner.withLocation
(String location) Set the location property: The geo-location where the resource lives.WatcherInner.withScriptName
(String scriptName) Set the scriptName property: Gets or sets the name of the script the watcher is attached to, i.e.WatcherInner.withScriptParameters
(Map<String, String> scriptParameters) Set the scriptParameters property: Gets or sets the parameters of the script.WatcherInner.withScriptRunOn
(String scriptRunOn) Set the scriptRunOn property: Gets or sets the name of the hybrid worker group the watcher will run on.Set the tags property: Resource tags. -
Uses of WatcherInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionWatcher.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.WatcherInner object.Modifier and TypeMethodDescriptionWatcherListResult.value()
Get the value property: Gets or sets a list of watchers.Modifier and TypeMethodDescriptionWatcherListResult.withValue
(List<WatcherInner> value) Set the value property: Gets or sets a list of watchers.