SqlServerLinkedService |
SqlServerLinkedService.withAlwaysEncryptedSettings(SqlAlwaysEncryptedProperties alwaysEncryptedSettings) |
Set the alwaysEncryptedSettings property: Sql always encrypted properties.
|
SqlServerLinkedService |
SqlServerLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
SqlServerLinkedService |
SqlServerLinkedService.withConnectionString(Object connectionString) |
Set the connectionString property: The connection string.
|
SqlServerLinkedService |
SqlServerLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
SqlServerLinkedService |
SqlServerLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
SqlServerLinkedService |
SqlServerLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
SqlServerLinkedService |
SqlServerLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
SqlServerLinkedService |
SqlServerLinkedService.withPassword(SecretBase password) |
Set the password property: The on-premises Windows authentication password.
|
SqlServerLinkedService |
SqlServerLinkedService.withUsername(Object username) |
Set the username property: The on-premises Windows authentication user name.
|