Uses of Class
com.azure.resourcemanager.automation.models.ScheduleUpdateParameters
Packages that use ScheduleUpdateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of ScheduleUpdateParameters in com.azure.resourcemanager.automation.fluent
Methods in com.azure.resourcemanager.automation.fluent with parameters of type ScheduleUpdateParametersModifier and TypeMethodDescriptionSchedulesClient.update
(String resourceGroupName, String automationAccountName, String scheduleName, ScheduleUpdateParameters parameters) Update the schedule identified by schedule name.com.azure.core.http.rest.Response
<ScheduleInner> SchedulesClient.updateWithResponse
(String resourceGroupName, String automationAccountName, String scheduleName, ScheduleUpdateParameters parameters, com.azure.core.util.Context context) Update the schedule identified by schedule name. -
Uses of ScheduleUpdateParameters in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return ScheduleUpdateParametersModifier and TypeMethodDescriptionstatic ScheduleUpdateParameters
ScheduleUpdateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ScheduleUpdateParameters from the JsonReader.ScheduleUpdateParameters.withDescription
(String description) Set the description property: Gets or sets the description of the schedule.ScheduleUpdateParameters.withIsEnabled
(Boolean isEnabled) Set the isEnabled property: Gets or sets a value indicating whether this schedule is enabled.Set the name property: Gets or sets the name of the Schedule.