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