JobStepOutput Class

The output configuration of a job step.

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

Inheritance
JobStepOutput

Constructor

JobStepOutput(*, server_name: str, database_name: str, table_name: str, credential: str, type: Optional[Union[str, azure.mgmt.sql.models._sql_management_client_enums.JobStepOutputType]] = 'SqlDatabase', subscription_id: Optional[str] = None, resource_group_name: Optional[str] = None, schema_name: Optional[str] = 'dbo', **kwargs)

Parameters

type
str or JobStepOutputType
Required

The output destination type. Possible values include: "SqlDatabase". Default value: "SqlDatabase".

subscription_id
str
Required

The output destination subscription id.

resource_group_name
str
Required

The output destination resource group.

server_name
str
Required

Required. The output destination server name.

database_name
str
Required

Required. The output destination database.

schema_name
str
Required

The output destination schema.

table_name
str
Required

Required. The output destination table.

credential
str
Required

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