次の方法で共有


OnPremisesCassandraLinkedService コンストラクター

定義

オーバーロード

OnPremisesCassandraLinkedService()
OnPremisesCassandraLinkedService(String, String, String)

OnPremisesCassandraLinkedService()

public OnPremisesCassandraLinkedService ();
Public Sub New ()

適用対象

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)

パラメーター

host
String
authenticationType
String
gatewayName
String

適用対象