| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JobSchedule |
JobInner.schedule()
Get the schedule property: Schedule properties of the job.
|
| Modifier and Type | Method and Description |
|---|---|
JobInner |
JobInner.withSchedule(JobSchedule schedule)
Set the schedule property: Schedule properties of the job.
|
| Modifier and Type | Method and Description |
|---|---|
JobSchedule |
JobSchedule.withEnabled(Boolean enabled)
Set the enabled property: Whether or not the schedule is enabled.
|
JobSchedule |
JobSchedule.withEndTime(OffsetDateTime endTime)
Set the endTime property: Schedule end time.
|
JobSchedule |
JobSchedule.withInterval(String interval)
Set the interval property: Value of the schedule's recurring interval, if the schedule type is recurring.
|
JobSchedule |
JobSchedule.withStartTime(OffsetDateTime startTime)
Set the startTime property: Schedule start time.
|
JobSchedule |
JobSchedule.withType(JobScheduleType type)
Set the type property: Schedule interval type.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.