public final class JobStepOutput extends Object
| Constructor and Description |
|---|
JobStepOutput() |
| Modifier and Type | Method and Description |
|---|---|
String |
credential()
Get the credential property: The resource ID of the credential to use to connect to the output destination.
|
String |
databaseName()
Get the databaseName property: The output destination database.
|
String |
resourceGroupName()
Get the resourceGroupName property: The output destination resource group.
|
String |
schemaName()
Get the schemaName property: The output destination schema.
|
String |
serverName()
Get the serverName property: The output destination server name.
|
UUID |
subscriptionId()
Get the subscriptionId property: The output destination subscription id.
|
String |
tableName()
Get the tableName property: The output destination table.
|
JobStepOutputType |
type()
Get the type property: The output destination type.
|
void |
validate()
Validates the instance.
|
JobStepOutput |
withCredential(String credential)
Set the credential property: The resource ID of the credential to use to connect to the output destination.
|
JobStepOutput |
withDatabaseName(String databaseName)
Set the databaseName property: The output destination database.
|
JobStepOutput |
withResourceGroupName(String resourceGroupName)
Set the resourceGroupName property: The output destination resource group.
|
JobStepOutput |
withSchemaName(String schemaName)
Set the schemaName property: The output destination schema.
|
JobStepOutput |
withServerName(String serverName)
Set the serverName property: The output destination server name.
|
JobStepOutput |
withSubscriptionId(UUID subscriptionId)
Set the subscriptionId property: The output destination subscription id.
|
JobStepOutput |
withTableName(String tableName)
Set the tableName property: The output destination table.
|
JobStepOutput |
withType(JobStepOutputType type)
Set the type property: The output destination type.
|
public JobStepOutputType type()
public JobStepOutput withType(JobStepOutputType type)
type - the type value to set.public UUID subscriptionId()
public JobStepOutput withSubscriptionId(UUID subscriptionId)
subscriptionId - the subscriptionId value to set.public String resourceGroupName()
public JobStepOutput withResourceGroupName(String resourceGroupName)
resourceGroupName - the resourceGroupName value to set.public String serverName()
public JobStepOutput withServerName(String serverName)
serverName - the serverName value to set.public String databaseName()
public JobStepOutput withDatabaseName(String databaseName)
databaseName - the databaseName value to set.public String schemaName()
public JobStepOutput withSchemaName(String schemaName)
schemaName - the schemaName value to set.public String tableName()
public JobStepOutput withTableName(String tableName)
tableName - the tableName value to set.public String credential()
public JobStepOutput withCredential(String credential)
credential - the credential value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.