Condividi tramite


JobStepOutput Class

The output configuration of a job step.

All required parameters must be populated in order to send to server.

Constructor

JobStepOutput(*, server_name: str, database_name: str, table_name: str, credential: str, type: str | _models.JobStepOutputType = 'SqlDatabase', subscription_id: str | None = None, resource_group_name: str | None = None, schema_name: str = 'dbo', **kwargs: Any)

Keyword-Only Parameters

Name Description
type

The output destination type. "SqlDatabase"

Default value: SqlDatabase
subscription_id
str

The output destination subscription id.

Default value: None
resource_group_name
str

The output destination resource group.

Default value: None
server_name
str

The output destination server name. Required.

database_name
str

The output destination database. Required.

schema_name
str

The output destination schema.

Default value: dbo
table_name
str

The output destination table. Required.

credential
str

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

Variables

Name Description
type

The output destination type. "SqlDatabase"

subscription_id
str

The output destination subscription id.

resource_group_name
str

The output destination resource group.

server_name
str

The output destination server name. Required.

database_name
str

The output destination database. Required.

schema_name
str

The output destination schema.

table_name
str

The output destination table. Required.

credential
str

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