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