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