Package version:

Interface JobStepOutput

The output configuration of a job step.

Hierarchy

  • JobStepOutput

Properties

credential: string

The resource ID of the credential to use to connect to the output destination.

databaseName: string

The output destination database.

resourceGroupName?: string

The output destination resource group.

schemaName?: string

The output destination schema.

serverName: string

The output destination server name.

subscriptionId?: string

The output destination subscription id.

tableName: string

The output destination table.

type?: string

The output destination type.

Generated using TypeDoc