Uses of Class
com.azure.resourcemanager.datafactory.models.MariaDBLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of MariaDBLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionMariaDBLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.MariaDBLinkedService.withConnectionString
(Object connectionString) Set the connectionString property: An ODBC connection string.MariaDBLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.MariaDBLinkedService.withDescription
(String description) Set the description property: Linked service description.MariaDBLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.MariaDBLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.MariaDBLinkedService.withPwd
(AzureKeyVaultSecretReference pwd) Set the pwd property: The Azure key vault secret reference of password in connection string.