Db2LinkedService Class
Linked service for DB2 data source.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedServiceDb2LinkedService
Constructor
Db2LinkedService(*, additional_properties: Optional[Dict[str, Any]] = None, connect_via: Optional[_models.IntegrationRuntimeReference] = None, description: Optional[str] = None, parameters: Optional[Dict[str, _models.ParameterSpecification]] = None, annotations: Optional[List[Any]] = None, connection_string: Optional[Any] = None, server: Optional[Any] = None, database: Optional[Any] = None, authentication_type: Optional[Union[str, _models.Db2AuthenticationType]] = None, username: Optional[Any] = None, password: Optional[_models.SecretBase] = None, package_collection: Optional[Any] = None, certificate_common_name: Optional[Any] = None, encrypted_credential: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. Type of linked service.Constant filled by server.
- connect_via
- IntegrationRuntimeReference
The integration runtime reference.
- description
- str
Linked service description.
- parameters
- dict[str, ParameterSpecification]
Parameters for linked service.
- connection_string
- any
The connection string. It is mutually exclusive with server, database, authenticationType, userName, packageCollection and certificateCommonName property. Type: string, SecureString or AzureKeyVaultSecretReference.
- server
- any
Server name for connection. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).
- database
- any
Database name for connection. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).
- authentication_type
- str or Db2AuthenticationType
AuthenticationType to be used for connection. It is mutually exclusive with connectionString property. Known values are: "Basic".
- username
- any
Username for authentication. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).
- password
- SecretBase
Password for authentication.
- package_collection
- any
Under where packages are created when querying database. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).
- certificate_common_name
- any
Certificate Common Name when TLS is enabled. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).
- encrypted_credential
- any
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for