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