Class JobStepOutput
java.lang.Object
com.microsoft.azure.management.sql.JobStepOutput
The output configuration of a job step.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the resource ID of the credential to use to connect to the output destination.Get the output destination database.Get the output destination resource group.Get the output destination schema.Get the output destination server name.Get the output destination subscription id.Get the output destination table.type()
Get the output destination type.withCredential
(String credential) Set the resource ID of the credential to use to connect to the output destination.withDatabaseName
(String databaseName) Set the output destination database.withResourceGroupName
(String resourceGroupName) Set the output destination resource group.withSchemaName
(String schemaName) Set the output destination schema.withServerName
(String serverName) Set the output destination server name.withSubscriptionId
(UUID subscriptionId) Set the output destination subscription id.withTableName
(String tableName) Set the output destination table.withType
(JobStepOutputType type) Set the output destination type.
-
Constructor Details
-
JobStepOutput
public JobStepOutput()
-
-
Method Details
-
type
Get the output destination type. Possible values include: 'SqlDatabase'.- Returns:
- the type value
-
withType
Set the output destination type. Possible values include: 'SqlDatabase'.- Parameters:
type
- the type value to set- Returns:
- the JobStepOutput object itself.
-
subscriptionId
Get the output destination subscription id.- Returns:
- the subscriptionId value
-
withSubscriptionId
Set the output destination subscription id.- Parameters:
subscriptionId
- the subscriptionId value to set- Returns:
- the JobStepOutput object itself.
-
resourceGroupName
Get the output destination resource group.- Returns:
- the resourceGroupName value
-
withResourceGroupName
Set the output destination resource group.- Parameters:
resourceGroupName
- the resourceGroupName value to set- Returns:
- the JobStepOutput object itself.
-
serverName
Get the output destination server name.- Returns:
- the serverName value
-
withServerName
Set the output destination server name.- Parameters:
serverName
- the serverName value to set- Returns:
- the JobStepOutput object itself.
-
databaseName
Get the output destination database.- Returns:
- the databaseName value
-
withDatabaseName
Set the output destination database.- Parameters:
databaseName
- the databaseName value to set- Returns:
- the JobStepOutput object itself.
-
schemaName
Get the output destination schema.- Returns:
- the schemaName value
-
withSchemaName
Set the output destination schema.- Parameters:
schemaName
- the schemaName value to set- Returns:
- the JobStepOutput object itself.
-
tableName
Get the output destination table.- Returns:
- the tableName value
-
withTableName
Set the output destination table.- Parameters:
tableName
- the tableName value to set- Returns:
- the JobStepOutput object itself.
-
credential
Get the resource ID of the credential to use to connect to the output destination.- Returns:
- the credential value
-
withCredential
Set the resource ID of the credential to use to connect to the output destination.- Parameters:
credential
- the credential value to set- Returns:
- the JobStepOutput object itself.
-