OnPremisesMongoDbLinkedService 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
OnPremisesMongoDbLinkedService() | |
OnPremisesMongoDbLinkedService(String, String, String, String) |
OnPremisesMongoDbLinkedService()
public OnPremisesMongoDbLinkedService ();
Public Sub New ()
Applies to
OnPremisesMongoDbLinkedService(String, String, String, String)
public OnPremisesMongoDbLinkedService (string server, string authenticationType, string databaseName, string gatewayName);
new Microsoft.Azure.Management.DataFactories.Models.OnPremisesMongoDbLinkedService : string * string * string * string -> Microsoft.Azure.Management.DataFactories.Models.OnPremisesMongoDbLinkedService
Public Sub New (server As String, authenticationType As String, databaseName As String, gatewayName As String)
Parameters
- server
- String
- authenticationType
- String
- databaseName
- String
- gatewayName
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET