FileServerLinkedService |
FileServerLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
FileServerLinkedService |
FileServerLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
FileServerLinkedService |
FileServerLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
FileServerLinkedService |
FileServerLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
FileServerLinkedService |
FileServerLinkedService.withHost(Object host) |
Set the host property: Host name of the server.
|
FileServerLinkedService |
FileServerLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
FileServerLinkedService |
FileServerLinkedService.withPassword(SecretBase password) |
Set the password property: Password to logon the server.
|
FileServerLinkedService |
FileServerLinkedService.withUserId(Object userId) |
Set the userId property: User ID to logon the server.
|