OnPremisesCassandraLinkedService Class

Definition

An on-premises Cassandra database.

[Microsoft.Azure.Management.DataFactories.Models.AdfTypeName("OnPremisesCassandra")]
public class OnPremisesCassandraLinkedService : Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties
Inheritance
OnPremisesCassandraLinkedService
Attributes

Constructors

OnPremisesCassandraLinkedService()

Initializes a new instance of the OnPremisesCassandraLinkedService.

OnPremisesCassandraLinkedService(String, String, String)

Initializes a new instance of the OnPremisesCassandraLinkedService class with required arguments.

Properties

AuthenticationType

Required. The authentication type to be used to connect to the Cassandra database. Must be Basic or Anonymous.

EncryptedCredential

Optional. The encrypted credential for Basic authentication.

GatewayName

Required. The on-premises gateway name.

Host

Required. One or more IP addresses or host names of the Cassandra server. Specify a comma-separated list of IP addresses and/or host names if attempting to connect to multiple servers. Each server is a replica.

Password

Optional. The password for Basic authentication.

Port

Optional. The TCP port number that the Cassandra server uses to listen for client connections. The default value is 9042.

Username

Optional. The username for Basic authentication.

Extension Methods

IsDefined(Object)
IsNull(Object)
IsPrimitive(Object)