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