JobStepOutput interface
The output configuration of a job step.
Properties
| credential | The resource ID of the credential to use to connect to the output destination. |
| database |
The output destination database. |
| resource |
The output destination resource group. |
| schema |
The output destination schema. |
| server |
The output destination server name. |
| subscription |
The output destination subscription id. |
| table |
The output destination table. |
| type | The output destination type. |
Property Details
credential
The resource ID of the credential to use to connect to the output destination.
credential: string
Property Value
string
databaseName
The output destination database.
databaseName: string
Property Value
string
resourceGroupName
The output destination resource group.
resourceGroupName?: string
Property Value
string
schemaName
The output destination schema.
schemaName?: string
Property Value
string
serverName
The output destination server name.
serverName: string
Property Value
string
subscriptionId
The output destination subscription id.
subscriptionId?: string
Property Value
string
tableName
The output destination table.
tableName: string
Property Value
string
type
The output destination type.
type?: string
Property Value
string