Uses of Class
com.azure.resourcemanager.automation.models.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
Modifier 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
Modifier and TypeMethodDescriptionScheduleUpdateParameters.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.