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

270 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sql.models.JobStepOutput"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput"
name: "JobStepOutput"
nameWithType: "JobStepOutput"
summary: "The output configuration of a job step."
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 **JobStepOutput**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.JobStepOutput()"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.JobStepOutput()"
name: "JobStepOutput()"
nameWithType: "JobStepOutput.JobStepOutput()"
summary: "Creates an instance of Job<wbr>Step<wbr>Output class."
syntax: "public JobStepOutput()"
desc: "Creates an instance of JobStepOutput class."
methods:
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.credential()"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.credential()"
name: "credential()"
nameWithType: "JobStepOutput.credential()"
summary: "Get the credential property: The resource ID of the credential to use to connect to the output destination."
syntax: "public String credential()"
desc: "Get the credential property: The resource ID of the credential to use to connect to the output destination."
returns:
description: "the credential value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.databaseName()"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.databaseName()"
name: "databaseName()"
nameWithType: "JobStepOutput.databaseName()"
summary: "Get the database<wbr>Name property: The output destination database."
syntax: "public String databaseName()"
desc: "Get the databaseName property: The output destination database."
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.JobStepOutput.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "JobStepOutput.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Job<wbr>Step<wbr>Output from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static JobStepOutput fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of JobStepOutput from the JsonReader."
returns:
description: "An instance of JobStepOutput if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.resourceGroupName()"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "JobStepOutput.resourceGroupName()"
summary: "Get the resource<wbr>Group<wbr>Name property: The output destination resource group."
syntax: "public String resourceGroupName()"
desc: "Get the resourceGroupName property: The output destination resource group."
returns:
description: "the resourceGroupName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.schemaName()"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.schemaName()"
name: "schemaName()"
nameWithType: "JobStepOutput.schemaName()"
summary: "Get the schema<wbr>Name property: The output destination schema."
syntax: "public String schemaName()"
desc: "Get the schemaName property: The output destination schema."
returns:
description: "the schemaName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.serverName()"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.serverName()"
name: "serverName()"
nameWithType: "JobStepOutput.serverName()"
summary: "Get the server<wbr>Name property: The output destination server name."
syntax: "public String serverName()"
desc: "Get the serverName property: The output destination 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.JobStepOutput.subscriptionId()"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.subscriptionId()"
name: "subscriptionId()"
nameWithType: "JobStepOutput.subscriptionId()"
summary: "Get the subscription<wbr>Id property: The output destination subscription id."
syntax: "public UUID subscriptionId()"
desc: "Get the subscriptionId property: The output destination subscription id."
returns:
description: "the subscriptionId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.tableName()"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.tableName()"
name: "tableName()"
nameWithType: "JobStepOutput.tableName()"
summary: "Get the table<wbr>Name property: The output destination table."
syntax: "public String tableName()"
desc: "Get the tableName property: The output destination table."
returns:
description: "the tableName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "JobStepOutput.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.type()"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.type()"
name: "type()"
nameWithType: "JobStepOutput.type()"
summary: "Get the type property: The output destination type."
syntax: "public JobStepOutputType type()"
desc: "Get the type property: The output destination type."
returns:
description: "the type value."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutputType?alt=com.azure.resourcemanager.sql.models.JobStepOutputType&text=JobStepOutputType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.validate()"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.validate()"
name: "validate()"
nameWithType: "JobStepOutput.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.withCredential(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.withCredential(String credential)"
name: "withCredential(String credential)"
nameWithType: "JobStepOutput.withCredential(String credential)"
summary: "Set the credential property: The resource ID of the credential to use to connect to the output destination."
parameters:
- description: "the credential value to set."
name: "credential"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobStepOutput withCredential(String credential)"
desc: "Set the credential property: The resource ID of the credential to use to connect to the output destination."
returns:
description: "the JobStepOutput object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.withDatabaseName(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.withDatabaseName(String databaseName)"
name: "withDatabaseName(String databaseName)"
nameWithType: "JobStepOutput.withDatabaseName(String databaseName)"
summary: "Set the database<wbr>Name property: The output destination database."
parameters:
- description: "the databaseName value to set."
name: "databaseName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobStepOutput withDatabaseName(String databaseName)"
desc: "Set the databaseName property: The output destination database."
returns:
description: "the JobStepOutput object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.withResourceGroupName(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.withResourceGroupName(String resourceGroupName)"
name: "withResourceGroupName(String resourceGroupName)"
nameWithType: "JobStepOutput.withResourceGroupName(String resourceGroupName)"
summary: "Set the resource<wbr>Group<wbr>Name property: The output destination resource group."
parameters:
- description: "the resourceGroupName value to set."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobStepOutput withResourceGroupName(String resourceGroupName)"
desc: "Set the resourceGroupName property: The output destination resource group."
returns:
description: "the JobStepOutput object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.withSchemaName(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.withSchemaName(String schemaName)"
name: "withSchemaName(String schemaName)"
nameWithType: "JobStepOutput.withSchemaName(String schemaName)"
summary: "Set the schema<wbr>Name property: The output destination schema."
parameters:
- description: "the schemaName value to set."
name: "schemaName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobStepOutput withSchemaName(String schemaName)"
desc: "Set the schemaName property: The output destination schema."
returns:
description: "the JobStepOutput object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.withServerName(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.withServerName(String serverName)"
name: "withServerName(String serverName)"
nameWithType: "JobStepOutput.withServerName(String serverName)"
summary: "Set the server<wbr>Name property: The output destination server name."
parameters:
- description: "the serverName value to set."
name: "serverName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobStepOutput withServerName(String serverName)"
desc: "Set the serverName property: The output destination server name."
returns:
description: "the JobStepOutput object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.withSubscriptionId(java.util.UUID)"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.withSubscriptionId(UUID subscriptionId)"
name: "withSubscriptionId(UUID subscriptionId)"
nameWithType: "JobStepOutput.withSubscriptionId(UUID subscriptionId)"
summary: "Set the subscription<wbr>Id property: The output destination subscription id."
parameters:
- description: "the subscriptionId value to set."
name: "subscriptionId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/UUID.html\">UUID</a>"
syntax: "public JobStepOutput withSubscriptionId(UUID subscriptionId)"
desc: "Set the subscriptionId property: The output destination subscription id."
returns:
description: "the JobStepOutput object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.withTableName(java.lang.String)"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.withTableName(String tableName)"
name: "withTableName(String tableName)"
nameWithType: "JobStepOutput.withTableName(String tableName)"
summary: "Set the table<wbr>Name property: The output destination table."
parameters:
- description: "the tableName value to set."
name: "tableName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public JobStepOutput withTableName(String tableName)"
desc: "Set the tableName property: The output destination table."
returns:
description: "the JobStepOutput object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sql.models.JobStepOutput.withType(com.azure.resourcemanager.sql.models.JobStepOutputType)"
fullName: "com.azure.resourcemanager.sql.models.JobStepOutput.withType(JobStepOutputType type)"
name: "withType(JobStepOutputType type)"
nameWithType: "JobStepOutput.withType(JobStepOutputType type)"
summary: "Set the type property: The output destination type."
parameters:
- description: "the type value to set."
name: "type"
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutputType?alt=com.azure.resourcemanager.sql.models.JobStepOutputType&text=JobStepOutputType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobStepOutput withType(JobStepOutputType type)"
desc: "Set the type property: The output destination type."
returns:
description: "the JobStepOutput object itself."
type: "<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The output configuration of a job step."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.sql.models.JobStepOutput?alt=com.azure.resourcemanager.sql.models.JobStepOutput&text=JobStepOutput\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.sql.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sql:2.44.0