Uses of Class
com.azure.resourcemanager.automation.fluent.models.JobScheduleInner
Package
Description
Package containing the service clients for AutomationClient.
Package containing the inner data models for AutomationClient.
Package containing the data models for AutomationClient.
-
Uses of JobScheduleInner in com.azure.resourcemanager.automation.fluent
Modifier and TypeMethodDescriptionJobSchedulesClient.create
(String resourceGroupName, String automationAccountName, UUID jobScheduleId, JobScheduleCreateParameters parameters) Create a job schedule.Retrieve the job schedule identified by job schedule name.Modifier and TypeMethodDescriptioncom.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.com.azure.core.http.rest.Response<JobScheduleInner>
JobSchedulesClient.getWithResponse
(String resourceGroupName, String automationAccountName, UUID jobScheduleId, com.azure.core.util.Context context) Retrieve the job schedule identified by job schedule name.com.azure.core.http.rest.PagedIterable<JobScheduleInner>
JobSchedulesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName) Retrieve a list of job schedules.com.azure.core.http.rest.PagedIterable<JobScheduleInner>
JobSchedulesClient.listByAutomationAccount
(String resourceGroupName, String automationAccountName, String filter, com.azure.core.util.Context context) Retrieve a list of job schedules. -
Uses of JobScheduleInner in com.azure.resourcemanager.automation.fluent.models
Modifier and TypeMethodDescriptionJobScheduleInner.withJobScheduleId
(String jobScheduleId) Set the jobScheduleId property: Gets or sets the id of job schedule.JobScheduleInner.withParameters
(Map<String, String> parameters) Set the parameters property: Gets or sets the parameters of the job schedule.JobScheduleInner.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.JobScheduleInner.withSchedule
(ScheduleAssociationProperty schedule) Set the schedule property: Gets or sets the schedule. -
Uses of JobScheduleInner in com.azure.resourcemanager.automation.models
Modifier and TypeMethodDescriptionJobSchedule.innerModel()
Gets the inner com.azure.resourcemanager.automation.fluent.models.JobScheduleInner object.Modifier and TypeMethodDescriptionJobScheduleListResult.value()
Get the value property: Gets or sets a list of job schedules.Modifier and TypeMethodDescriptionJobScheduleListResult.withValue
(List<JobScheduleInner> value) Set the value property: Gets or sets a list of job schedules.