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".
- credential
- str
Required
Required. The resource ID of the credential to use to connect to the output destination.
Feedback
Submit and view feedback for