Sdílet prostřednictvím


Db2LinkedService Class

Definition

Linked service for DB2 data source.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Db2")]
public class Db2LinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Db2")>]
type Db2LinkedService = class
    inherit LinkedService
Public Class Db2LinkedService
Inherits LinkedService
Inheritance
Db2LinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

Db2LinkedService()

Initializes a new instance of the Db2LinkedService class.

Db2LinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, Object, Object, String, Object, SecretBase, Object, Object, Object)

Initializes a new instance of the Db2LinkedService class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from LinkedService)
Annotations

Gets or sets list of tags that can be used for describing the linked service.

(Inherited from LinkedService)
AuthenticationType

Gets or sets authenticationType to be used for connection. It is mutually exclusive with connectionString property. Possible values include: 'Basic'

CertificateCommonName

Gets or sets certificate Common Name when TLS is enabled. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).

ConnectionString

Gets or sets the connection string. It is mutually exclusive with server, database, authenticationType, userName, packageCollection and certificateCommonName property. Type: string, SecureString or AzureKeyVaultSecretReference.

ConnectVia

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Database

Gets or sets database name for connection. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).

Description

Gets or sets linked service description.

(Inherited from LinkedService)
EncryptedCredential

Gets or sets 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).

PackageCollection

Gets or sets under where packages are created when querying database. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
Password

Gets or sets password for authentication.

Server

Gets or sets server name for connection. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).

Username

Gets or sets username for authentication. It is mutually exclusive with connectionString property. Type: string (or Expression with resultType string).

Methods

Validate()

Validate the object.

Applies to