OnPremisesCassandraLinkedService Constructors

Definition

Overloads

OnPremisesCassandraLinkedService()
OnPremisesCassandraLinkedService(String, String, String)

OnPremisesCassandraLinkedService()

public OnPremisesCassandraLinkedService ();
Public Sub New ()

Applies to

OnPremisesCassandraLinkedService(String, String, String)

public OnPremisesCassandraLinkedService (string host, string authenticationType, string gatewayName);
new Microsoft.Azure.Management.DataFactories.Models.OnPremisesCassandraLinkedService : string * string * string -> Microsoft.Azure.Management.DataFactories.Models.OnPremisesCassandraLinkedService
Public Sub New (host As String, authenticationType As String, gatewayName As String)

Parameters

host
String
authenticationType
String
gatewayName
String

Applies to