Uses of Class
com.azure.resourcemanager.sql.fluent.models.JobInner
Packages that use JobInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models for SqlManagementClient.
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 JobInnerModifier and TypeMethodDescriptionJobsClient.createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, JobInner parameters) Creates or updates a job.Gets a job.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type JobInnerModifier and TypeMethodDescriptionJobsClient.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.JobsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, JobInner parameters) Creates or updates a job.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.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 JobInnerModifier and TypeMethodDescriptionJobsClient.createOrUpdate(String resourceGroupName, String serverName, String jobAgentName, String jobName, JobInner parameters) Creates or updates a job.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.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 JobInnerModifier and TypeMethodDescriptionJobInner.withDescription(String description) Set the description property: User-defined description of the job.JobInner.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