AmazonRedshiftLinkedService 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
AmazonRedshiftLinkedService() | |
AmazonRedshiftLinkedService(String, String, String, String) |
AmazonRedshiftLinkedService()
public AmazonRedshiftLinkedService ();
Public Sub New ()
Applies to
AmazonRedshiftLinkedService(String, String, String, String)
public AmazonRedshiftLinkedService (string server, string username, string password, string database);
new Microsoft.Azure.Management.DataFactories.Models.AmazonRedshiftLinkedService : string * string * string * string -> Microsoft.Azure.Management.DataFactories.Models.AmazonRedshiftLinkedService
Public Sub New (server As String, username As String, password As String, database As String)
Parameters
- server
- String
- username
- String
- password
- String
- database
- 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