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