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.

databaseName

The output destination database.

resourceGroupName

The output destination resource group.

schemaName

The output destination schema.

serverName

The output destination server name.

subscriptionId

The output destination subscription id.

tableName

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