public class JobStepOutput extends Object
| Constructor and Description |
|---|
JobStepOutput() |
| Modifier and Type | Method and Description |
|---|---|
String |
credential()
Get the resource ID of the credential to use to connect to the output destination.
|
String |
databaseName()
Get the output destination database.
|
String |
resourceGroupName()
Get the output destination resource group.
|
String |
schemaName()
Get the output destination schema.
|
String |
serverName()
Get the output destination server name.
|
UUID |
subscriptionId()
Get the output destination subscription id.
|
String |
tableName()
Get the output destination table.
|
JobStepOutputType |
type()
Get the output destination type.
|
JobStepOutput |
withCredential(String credential)
Set the resource ID of the credential to use to connect to the output destination.
|
JobStepOutput |
withDatabaseName(String databaseName)
Set the output destination database.
|
JobStepOutput |
withResourceGroupName(String resourceGroupName)
Set the output destination resource group.
|
JobStepOutput |
withSchemaName(String schemaName)
Set the output destination schema.
|
JobStepOutput |
withServerName(String serverName)
Set the output destination server name.
|
JobStepOutput |
withSubscriptionId(UUID subscriptionId)
Set the output destination subscription id.
|
JobStepOutput |
withTableName(String tableName)
Set the output destination table.
|
JobStepOutput |
withType(JobStepOutputType type)
Set the output destination type.
|
public JobStepOutputType type()
public JobStepOutput withType(JobStepOutputType type)
type - the type value to setpublic UUID subscriptionId()
public JobStepOutput withSubscriptionId(UUID subscriptionId)
subscriptionId - the subscriptionId value to setpublic String resourceGroupName()
public JobStepOutput withResourceGroupName(String resourceGroupName)
resourceGroupName - the resourceGroupName value to setpublic String serverName()
public JobStepOutput withServerName(String serverName)
serverName - the serverName value to setpublic String databaseName()
public JobStepOutput withDatabaseName(String databaseName)
databaseName - the databaseName value to setpublic String schemaName()
public JobStepOutput withSchemaName(String schemaName)
schemaName - the schemaName value to setpublic String tableName()
public JobStepOutput withTableName(String tableName)
tableName - the tableName value to setpublic String credential()
public JobStepOutput withCredential(String credential)
credential - the credential value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/