Uses of Class
com.azure.resourcemanager.sql.fluent.models.JobInner
-
Packages that use JobInner 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.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of JobInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return JobInner Modifier and Type Method Description JobInnerJobsClient. createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, JobInner parameters)Creates or updates a job.JobInnerJobsClient. get(String resourceGroupName, String serverName, String jobAgentName, String jobName)Gets a job.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type JobInner Modifier and Type Method Description 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.Mono<JobInner>JobsClient. getAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName)Gets a job.com.azure.core.http.rest.Response<JobInner>JobsClient. getWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, com.azure.core.util.Context context)Gets a job.Mono<com.azure.core.http.rest.Response<JobInner>>JobsClient. getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName)Gets a job.com.azure.core.http.rest.PagedIterable<JobInner>JobsClient. listByAgent(String resourceGroupName, String serverName, String jobAgentName)Gets a list of jobs.com.azure.core.http.rest.PagedIterable<JobInner>JobsClient. listByAgent(String resourceGroupName, String serverName, String jobAgentName, com.azure.core.util.Context context)Gets a list of jobs.com.azure.core.http.rest.PagedFlux<JobInner>JobsClient. listByAgentAsync(String resourceGroupName, String serverName, String jobAgentName)Gets a list of jobs.Methods in com.azure.resourcemanager.sql.fluent with parameters of type JobInner Modifier and Type Method Description JobInnerJobsClient. 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. -
Uses of JobInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return JobInner Modifier and Type Method Description JobInnerJobInner. withDescription(String description)Set the description property: User-defined description of the job.JobInnerJobInner. withSchedule(JobSchedule schedule)Set the schedule property: Schedule properties of the job. -
Uses of JobInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type JobInner Modifier and Type Method Description List<JobInner>JobListResult. value()Get the value property: Array of results.
-