| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
JobInner |
JobsClient.createOrUpdate(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
JobInner parameters)
Creates or updates a job.
|
JobInner |
JobsClient.get(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName)
Gets a job.
|
| Modifier and Type | Method and Description |
|---|---|
JobInner |
JobsClient.createOrUpdate(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
JobInner parameters)
Creates or updates a job.
|
Mono<JobInner> |
JobsClient.createOrUpdateAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
JobInner parameters)
Creates or updates a job.
|
com.azure.core.http.rest.Response<JobInner> |
JobsClient.createOrUpdateWithResponse(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
JobInner parameters,
com.azure.core.util.Context context)
Creates or updates a job.
|
Mono<com.azure.core.http.rest.Response<JobInner>> |
JobsClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String jobAgentName,
String jobName,
JobInner parameters)
Creates or updates a job.
|
| Modifier and Type | Method and Description |
|---|---|
JobInner |
JobInner.withDescription(String description)
Set the description property: User-defined description of the job.
|
JobInner |
JobInner.withSchedule(JobSchedule schedule)
Set the schedule property: Schedule properties of the job.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.