Uses of Class
com.azure.resourcemanager.datafactory.models.CassandraLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of CassandraLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionCassandraLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.CassandraLinkedService.withAuthenticationType
(Object authenticationType) Set the authenticationType property: AuthenticationType to be used for connection.CassandraLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.CassandraLinkedService.withDescription
(String description) Set the description property: Linked service description.CassandraLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.Set the host property: Host name for connection.CassandraLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.CassandraLinkedService.withPassword
(SecretBase password) Set the password property: Password for authentication.Set the port property: The port for the connection.CassandraLinkedService.withUsername
(Object username) Set the username property: Username for authentication.