Uses of Class
com.azure.resourcemanager.automation.models.WatcherListResult
Packages that use WatcherListResult
Package
Description
Package containing the data models for AutomationClient.
-
Uses of WatcherListResult in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return WatcherListResultModifier and TypeMethodDescriptionstatic WatcherListResult
WatcherListResult.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of WatcherListResult from the JsonReader.WatcherListResult.withNextLink
(String nextLink) Set the nextLink property: Gets or sets the next link.WatcherListResult.withValue
(List<WatcherInner> value) Set the value property: Gets or sets a list of watchers.