Uses of Class
com.azure.analytics.synapse.artifacts.models.MongoDbLinkedService
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of MongoDbLinkedService in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionMongoDbLinkedService.setAllowSelfSignedServerCert
(Object allowSelfSignedServerCert) Set the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server.MongoDbLinkedService.setAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.MongoDbLinkedService.setAuthenticationType
(MongoDbAuthenticationType authenticationType) Set the authenticationType property: The authentication type to be used to connect to the MongoDB database.MongoDbLinkedService.setAuthSource
(Object authSource) Set the authSource property: Database to verify the username and password.MongoDbLinkedService.setConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.MongoDbLinkedService.setDatabaseName
(Object databaseName) Set the databaseName property: The name of the MongoDB database that you want to access.MongoDbLinkedService.setDescription
(String description) Set the description property: Linked service description.MongoDbLinkedService.setEnableSsl
(Object enableSsl) Set the enableSsl property: Specifies whether the connections to the server are encrypted using SSL.MongoDbLinkedService.setEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.MongoDbLinkedService.setParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.MongoDbLinkedService.setPassword
(SecretBase password) Set the password property: Password for authentication.Set the port property: The TCP port number that the MongoDB server uses to listen for client connections.Set the server property: The IP address or server name of the MongoDB server.MongoDbLinkedService.setUsername
(Object username) Set the username property: Username for authentication.