Uses of Class
com.azure.resourcemanager.datafactory.models.MongoDbV2LinkedService
-
Packages that use MongoDbV2LinkedService Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of MongoDbV2LinkedService in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return MongoDbV2LinkedService Modifier and Type Method Description MongoDbV2LinkedService
MongoDbV2LinkedService. withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.MongoDbV2LinkedService
MongoDbV2LinkedService. withConnectionString(Object connectionString)
Set the connectionString property: The MongoDB connection string.MongoDbV2LinkedService
MongoDbV2LinkedService. withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.MongoDbV2LinkedService
MongoDbV2LinkedService. withDatabase(Object database)
Set the database property: The name of the MongoDB database that you want to access.MongoDbV2LinkedService
MongoDbV2LinkedService. withDescription(String description)
Set the description property: Linked service description.MongoDbV2LinkedService
MongoDbV2LinkedService. withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.
-