azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

207 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.fluent.JobVersionsClient"
fullName: "com.azure.resourcemanager.sql.fluent.JobVersionsClient"
name: "JobVersionsClient"
nameWithType: "JobVersionsClient"
summary: "An instance of this class provides access to all the operations defined in Job<wbr>Versions<wbr>Client."
syntax: "public interface **JobVersionsClient**"
methods:
- uid: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int)"
fullName: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.get(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
name: "get(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
nameWithType: "JobVersionsClient.get(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
summary: "Gets a job version."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job agent."
name: "jobAgentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job."
name: "jobName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version of the job to get."
name: "jobVersion"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract JobVersionInner get(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
desc: "Gets a job version."
returns:
description: "a job version."
type: "<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobVersionInner?alt=com.azure.resourcemanager.sql.fluent.models.JobVersionInner&text=JobVersionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.getAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int)"
fullName: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.getAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
name: "getAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
nameWithType: "JobVersionsClient.getAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
summary: "Gets a job version."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job agent."
name: "jobAgentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job."
name: "jobName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version of the job to get."
name: "jobVersion"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<JobVersionInner> getAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
desc: "Gets a job version."
returns:
description: "a job version on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobVersionInner?alt=com.azure.resourcemanager.sql.fluent.models.JobVersionInner&text=JobVersionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.getWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, Context context)"
name: "getWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, Context context)"
nameWithType: "JobVersionsClient.getWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, Context context)"
summary: "Gets a job version."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job agent."
name: "jobAgentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job."
name: "jobName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version of the job to get."
name: "jobVersion"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<JobVersionInner> getWithResponse(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion, Context context)"
desc: "Gets a job version."
returns:
description: "a job version along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobVersionInner?alt=com.azure.resourcemanager.sql.fluent.models.JobVersionInner&text=JobVersionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.getWithResponseAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String,int)"
fullName: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
name: "getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
nameWithType: "JobVersionsClient.getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
summary: "Gets a job version."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job agent."
name: "jobAgentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job."
name: "jobName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The version of the job to get."
name: "jobVersion"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<JobVersionInner>> getWithResponseAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName, int jobVersion)"
desc: "Gets a job version."
returns:
description: "a job version along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobVersionInner?alt=com.azure.resourcemanager.sql.fluent.models.JobVersionInner&text=JobVersionInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.listByJob(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName)"
name: "listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName)"
nameWithType: "JobVersionsClient.listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName)"
summary: "Gets all versions of a job."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job agent."
name: "jobAgentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job to get."
name: "jobName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<JobVersionInner> listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName)"
desc: "Gets all versions of a job."
returns:
description: "all versions of a job as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobVersionInner?alt=com.azure.resourcemanager.sql.fluent.models.JobVersionInner&text=JobVersionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.listByJob(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName, Context context)"
name: "listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName, Context context)"
nameWithType: "JobVersionsClient.listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName, Context context)"
summary: "Gets all versions of a job."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job agent."
name: "jobAgentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job to get."
name: "jobName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<JobVersionInner> listByJob(String resourceGroupName, String serverName, String jobAgentName, String jobName, Context context)"
desc: "Gets all versions of a job."
returns:
description: "all versions of a job as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobVersionInner?alt=com.azure.resourcemanager.sql.fluent.models.JobVersionInner&text=JobVersionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.listByJobAsync(java.lang.String,java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.sql.fluent.JobVersionsClient.listByJobAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName)"
name: "listByJobAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName)"
nameWithType: "JobVersionsClient.listByJobAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName)"
summary: "Gets all versions of a job."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the resource. You can obtain this value\n from the Azure Resource Manager API or the portal."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the server."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job agent."
name: "jobAgentName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the job to get."
name: "jobName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedFlux<JobVersionInner> listByJobAsync(String resourceGroupName, String serverName, String jobAgentName, String jobName)"
desc: "Gets all versions of a job."
returns:
description: "all versions of a job as paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.fluent.models.JobVersionInner?alt=com.azure.resourcemanager.sql.fluent.models.JobVersionInner&text=JobVersionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in JobVersionsClient."
metadata: {}
package: "com.azure.resourcemanager.sql.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0