Uses of Class
com.azure.analytics.synapse.artifacts.models.SqlServerLinkedService
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of SqlServerLinkedService in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionSqlServerLinkedService.setAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.SqlServerLinkedService.setConnectionString
(Object connectionString) Set the connectionString property: The connection string.SqlServerLinkedService.setConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.SqlServerLinkedService.setDescription
(String description) Set the description property: Linked service description.SqlServerLinkedService.setEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.SqlServerLinkedService.setParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.SqlServerLinkedService.setPassword
(SecretBase password) Set the password property: The on-premises Windows authentication password.SqlServerLinkedService.setUserName
(Object userName) Set the userName property: The on-premises Windows authentication user name.