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
|
The output destination subscription id. Default value: None
|
|
resource_group_name
|
The output destination resource group. Default value: None
|
|
server_name
|
The output destination server name. Required. |
|
database_name
|
The output destination database. Required. |
|
schema_name
|
The output destination schema. Default value: dbo
|
|
table_name
|
The output destination table. Required. |
|
credential
|
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
|
The output destination subscription id. |
|
resource_group_name
|
The output destination resource group. |
|
server_name
|
The output destination server name. Required. |
|
database_name
|
The output destination database. Required. |
|
schema_name
|
The output destination schema. |
|
table_name
|
The output destination table. Required. |
|
credential
|
The resource ID of the credential to use to connect to the output destination. Required. |