FileServerLinkedService Class

public class FileServerLinkedService
extends LinkedService

File system linked service.

Constructor Summary

Constructor Description
FileServerLinkedService()

Creates an instance of FileServerLinkedService class.

Method Summary

Modifier and Type Method and Description
Object getEncryptedCredential()

Get the encryptedCredential property: The encrypted credential used for authentication.

Object getHost()

Get the host property: Host name of the server.

SecretBase getPassword()

Get the password property: Password to logon the server.

Object getUserId()

Get the userId property: User ID to logon the server.

FileServerLinkedService setAnnotations(List<Object> annotations)

Set the annotations property: List of tags that can be used for describing the linked service.

FileServerLinkedService setConnectVia(IntegrationRuntimeReference connectVia)

Set the connectVia property: The integration runtime reference.

FileServerLinkedService setDescription(String description)

Set the description property: Linked service description.

FileServerLinkedService setEncryptedCredential(Object encryptedCredential)

Set the encryptedCredential property: The encrypted credential used for authentication.

FileServerLinkedService setHost(Object host)

Set the host property: Host name of the server.

FileServerLinkedService setParameters(Map<String,ParameterSpecification> parameters)

Set the parameters property: Parameters for linked service.

FileServerLinkedService setPassword(SecretBase password)

Set the password property: Password to logon the server.

FileServerLinkedService setUserId(Object userId)

Set the userId property: User ID to logon the server.

Methods inherited from LinkedService

Methods inherited from java.lang.Object

Constructor Details

FileServerLinkedService

public FileServerLinkedService()

Creates an instance of FileServerLinkedService class.

Method Details

getEncryptedCredential

public Object getEncryptedCredential()

Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Returns:

the encryptedCredential value.

getHost

public Object getHost()

Get the host property: Host name of the server. Type: string (or Expression with resultType string).

Returns:

the host value.

getPassword

public SecretBase getPassword()

Get the password property: Password to logon the server.

Returns:

the password value.

getUserId

public Object getUserId()

Get the userId property: User ID to logon the server. Type: string (or Expression with resultType string).

Returns:

the userId value.

setAnnotations

public FileServerLinkedService setAnnotations(List annotations)

Set the annotations property: List of tags that can be used for describing the linked service.

Overrides:

FileServerLinkedService.setAnnotations(List<Object> annotations)

Parameters:

annotations

setConnectVia

public FileServerLinkedService setConnectVia(IntegrationRuntimeReference connectVia)

Set the connectVia property: The integration runtime reference.

Overrides:

FileServerLinkedService.setConnectVia(IntegrationRuntimeReference connectVia)

Parameters:

connectVia

setDescription

public FileServerLinkedService setDescription(String description)

Set the description property: Linked service description.

Overrides:

FileServerLinkedService.setDescription(String description)

Parameters:

description

setEncryptedCredential

public FileServerLinkedService setEncryptedCredential(Object encryptedCredential)

Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Parameters:

encryptedCredential - the encryptedCredential value to set.

Returns:

the FileServerLinkedService object itself.

setHost

public FileServerLinkedService setHost(Object host)

Set the host property: Host name of the server. Type: string (or Expression with resultType string).

Parameters:

host - the host value to set.

Returns:

the FileServerLinkedService object itself.

setParameters

public FileServerLinkedService setParameters(Map parameters)

Set the parameters property: Parameters for linked service.

Overrides:

FileServerLinkedService.setParameters(Map<String,ParameterSpecification> parameters)

Parameters:

parameters

setPassword

public FileServerLinkedService setPassword(SecretBase password)

Set the password property: Password to logon the server.

Parameters:

password - the password value to set.

Returns:

the FileServerLinkedService object itself.

setUserId

public FileServerLinkedService setUserId(Object userId)

Set the userId property: User ID to logon the server. Type: string (or Expression with resultType string).

Parameters:

userId - the userId value to set.

Returns:

the FileServerLinkedService object itself.

Applies to