75 строки
4.3 KiB
YAML
75 строки
4.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\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
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()"
|
|
summary: "Creates an instance of Job<wbr>Execution<wbr>Target class."
|
|
syntax: "public JobExecutionTarget()"
|
|
desc: "Creates an instance of JobExecutionTarget class."
|
|
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.24.0
|