OnPremisesCassandraLinkedService Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.