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