Uses of Class
com.azure.resourcemanager.sql.fluent.models.JobVersionInner
Packages that use JobVersionInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of JobVersionInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return JobVersionInnerModifier and TypeMethodDescriptionJobVersionsClient.get(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion) Gets a job version.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type JobVersionInnerModifier and TypeMethodDescriptionJobVersionsClient.getAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion) Gets a job version.com.azure.core.http.rest.Response<JobVersionInner>JobVersionsClient.getWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, com.azure.core.util.Context context) Gets a job version.Mono<com.azure.core.http.rest.Response<JobVersionInner>>JobVersionsClient.getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion) Gets a job version.com.azure.core.http.rest.PagedIterable<JobVersionInner>JobVersionsClient.listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName) Gets all versions of a job.com.azure.core.http.rest.PagedIterable<JobVersionInner>JobVersionsClient.listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName, com.azure.core.util.Context context) Gets all versions of a job.com.azure.core.http.rest.PagedFlux<JobVersionInner>JobVersionsClient.listByJobAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName) Gets all versions of a job. -
Uses of JobVersionInner in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type JobVersionInnerModifier and TypeMethodDescriptionJobVersionListResult.value()Get the value property: Array of results.