Uses of Class
com.azure.resourcemanager.datafactory.models.AmazonRdsForSqlServerLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AmazonRdsForSqlServerLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAmazonRdsForSqlServerLinkedService.withAlwaysEncryptedSettings
(SqlAlwaysEncryptedProperties alwaysEncryptedSettings) Set the alwaysEncryptedSettings property: Sql always encrypted properties.AmazonRdsForSqlServerLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AmazonRdsForSqlServerLinkedService.withConnectionString
(Object connectionString) Set the connectionString property: The connection string.AmazonRdsForSqlServerLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AmazonRdsForSqlServerLinkedService.withDescription
(String description) Set the description property: Linked service description.AmazonRdsForSqlServerLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AmazonRdsForSqlServerLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AmazonRdsForSqlServerLinkedService.withPassword
(SecretBase password) Set the password property: The on-premises Windows authentication password.AmazonRdsForSqlServerLinkedService.withUsername
(Object username) Set the username property: The on-premises Windows authentication user name.