Uses of Class
com.azure.resourcemanager.automation.models.JobScheduleCreateParameters
Packages that use JobScheduleCreateParameters
Package
Description
Package containing the service clients for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of JobScheduleCreateParameters in com.azure.resourcemanager.automation.fluent
Methods in com.azure.resourcemanager.automation.fluent with parameters of type JobScheduleCreateParametersModifier and TypeMethodDescriptionJobSchedulesClient.create
(String resourceGroupName, String automationAccountName, UUID jobScheduleId, JobScheduleCreateParameters parameters) Create a job schedule.com.azure.core.http.rest.Response
<JobScheduleInner> JobSchedulesClient.createWithResponse
(String resourceGroupName, String automationAccountName, UUID jobScheduleId, JobScheduleCreateParameters parameters, com.azure.core.util.Context context) Create a job schedule. -
Uses of JobScheduleCreateParameters in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return JobScheduleCreateParametersModifier and TypeMethodDescriptionstatic JobScheduleCreateParameters
JobScheduleCreateParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of JobScheduleCreateParameters from the JsonReader.JobScheduleCreateParameters.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets a list of job properties.JobScheduleCreateParameters.withRunbook
(RunbookAssociationProperty runbook) Set the runbook property: Gets or sets the runbook.Set the runOn property: Gets or sets the hybrid worker group that the scheduled job should run on.JobScheduleCreateParameters.withSchedule
(ScheduleAssociationProperty schedule) Set the schedule property: Gets or sets the schedule.