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