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

71 строка
3.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.JobExecutionTarget"
fullName: "com.azure.resourcemanager.sql.models.JobExecutionTarget"
name: "JobExecutionTarget"
nameWithType: "JobExecutionTarget"
summary: "The target that a job execution is executed on."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class JobExecutionTarget"
constructors:
- uid: "com.azure.resourcemanager.sql.models.JobExecutionTarget.JobExecutionTarget()"
fullName: "com.azure.resourcemanager.sql.models.JobExecutionTarget.JobExecutionTarget()"
name: "JobExecutionTarget()"
nameWithType: "JobExecutionTarget.JobExecutionTarget()"
syntax: "public JobExecutionTarget()"
methods:
- uid: "com.azure.resourcemanager.sql.models.JobExecutionTarget.databaseName()"
fullName: "com.azure.resourcemanager.sql.models.JobExecutionTarget.databaseName()"
name: "databaseName()"
nameWithType: "JobExecutionTarget.databaseName()"
summary: "Get the database<wbr>Name property: The database name."
syntax: "public String databaseName()"
desc: "Get the databaseName property: The database name."
returns:
description: "the databaseName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.JobExecutionTarget.serverName()"
fullName: "com.azure.resourcemanager.sql.models.JobExecutionTarget.serverName()"
name: "serverName()"
nameWithType: "JobExecutionTarget.serverName()"
summary: "Get the server<wbr>Name property: The server name."
syntax: "public String serverName()"
desc: "Get the serverName property: The server name."
returns:
description: "the serverName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.JobExecutionTarget.type()"
fullName: "com.azure.resourcemanager.sql.models.JobExecutionTarget.type()"
name: "type()"
nameWithType: "JobExecutionTarget.type()"
summary: "Get the type property: The type of the target."
syntax: "public JobTargetType type()"
desc: "Get the type property: The type of the target."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobTargetType?alt=com.azure.resourcemanager.sql.models.JobTargetType&text=JobTargetType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobExecutionTarget.validate()"
fullName: "com.azure.resourcemanager.sql.models.JobExecutionTarget.validate()"
name: "validate()"
nameWithType: "JobExecutionTarget.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
type: "class"
desc: "The target that a job execution is executed on."
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.18.0