Uses of Class
com.azure.resourcemanager.datafactory.models.MongoDbLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of MongoDbLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionMongoDbLinkedService.withAllowSelfSignedServerCert
(Object allowSelfSignedServerCert) Set the allowSelfSignedServerCert property: Specifies whether to allow self-signed certificates from the server.MongoDbLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.MongoDbLinkedService.withAuthenticationType
(MongoDbAuthenticationType authenticationType) Set the authenticationType property: The authentication type to be used to connect to the MongoDB database.MongoDbLinkedService.withAuthSource
(Object authSource) Set the authSource property: Database to verify the username and password.MongoDbLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.MongoDbLinkedService.withDatabaseName
(Object databaseName) Set the databaseName property: The name of the MongoDB database that you want to access.MongoDbLinkedService.withDescription
(String description) Set the description property: Linked service description.MongoDbLinkedService.withEnableSsl
(Object enableSsl) Set the enableSsl property: Specifies whether the connections to the server are encrypted using SSL.MongoDbLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.MongoDbLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.MongoDbLinkedService.withPassword
(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.MongoDbLinkedService.withServer
(Object server) Set the server property: The IP address or server name of the MongoDB server.MongoDbLinkedService.withUsername
(Object username) Set the username property: Username for authentication.