JobStepOutput Class
- java.
lang. Object - com.
microsoft. azure. management. sql. JobStepOutput
- com.
public class JobStepOutput
The output configuration of a job step.
Method Summary
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. |
Job |
type()
Get the output destination type. Possible values include: 'SqlDatabase'. |
Job |
withCredential(String credential)
Set the resource ID of the credential to use to connect to the output destination. |
Job |
withDatabaseName(String databaseName)
Set the output destination database. |
Job |
withResourceGroupName(String resourceGroupName)
Set the output destination resource group. |
Job |
withSchemaName(String schemaName)
Set the output destination schema. |
Job |
withServerName(String serverName)
Set the output destination server name. |
Job |
withSubscriptionId(UUID subscriptionId)
Set the output destination subscription id. |
Job |
withTableName(String tableName)
Set the output destination table. |
Job |
withType(JobStepOutputType type)
Set the output destination type. Possible values include: 'SqlDatabase'. |
Method Details
credential
public String credential()
Get the resource ID of the credential to use to connect to the output destination.
Returns:
databaseName
public String databaseName()
Get the output destination database.
Returns:
resourceGroupName
public String resourceGroupName()
Get the output destination resource group.
Returns:
schemaName
public String schemaName()
Get the output destination schema.
Returns:
serverName
public String serverName()
Get the output destination server name.
Returns:
subscriptionId
public UUID subscriptionId()
Get the output destination subscription id.
Returns:
tableName
public String tableName()
Get the output destination table.
Returns:
type
public JobStepOutputType type()
Get the output destination type. Possible values include: 'SqlDatabase'.
Returns:
withCredential
public JobStepOutput withCredential(String credential)
Set the resource ID of the credential to use to connect to the output destination.
Parameters:
Returns:
withDatabaseName
public JobStepOutput withDatabaseName(String databaseName)
Set the output destination database.
Parameters:
Returns:
withResourceGroupName
public JobStepOutput withResourceGroupName(String resourceGroupName)
Set the output destination resource group.
Parameters:
Returns:
withSchemaName
public JobStepOutput withSchemaName(String schemaName)
Set the output destination schema.
Parameters:
Returns:
withServerName
public JobStepOutput withServerName(String serverName)
Set the output destination server name.
Parameters:
Returns:
withSubscriptionId
public JobStepOutput withSubscriptionId(UUID subscriptionId)
Set the output destination subscription id.
Parameters:
Returns:
withTableName
public JobStepOutput withTableName(String tableName)
Set the output destination table.
Parameters:
Returns:
withType
public JobStepOutput withType(JobStepOutputType type)
Set the output destination type. Possible values include: 'SqlDatabase'.
Parameters:
Returns:
Applies to
Azure SDK for Java