Uses of Interface
com.azure.resourcemanager.automation.models.Watcher
Package
Description
Package containing the data models for AutomationClient.
-
Uses of Watcher in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionWatcher.Update.apply()
Executes the update request.Watcher.Update.apply
(com.azure.core.util.Context context) Executes the update request.Watcher.DefinitionStages.WithCreate.create()
Executes the create request.Watcher.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Retrieve the watcher identified by watcher name.Retrieve the watcher identified by watcher name.Watcher.refresh()
Refreshes the resource to sync with Azure.Watcher.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Watcher>
Watchers.getByIdWithResponse
(String id, com.azure.core.util.Context context) Retrieve the watcher identified by watcher name.com.azure.core.http.rest.Response<Watcher>
Watchers.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<Watcher>
Watchers.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of watchers.com.azure.core.http.rest.PagedIterable<Watcher>
Watchers.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of watchers.