Metastore(String, String, String, String) Constructor
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.
Initializes a new instance of the Metastore class.
public Metastore (string server, string database, string user, string password);
new Microsoft.Azure.Management.HDInsight.Models.Metastore : string * string * string * string -> Microsoft.Azure.Management.HDInsight.Models.Metastore
Public Sub New (server As String, database As String, user As String, password As String)
Parameters
- server
- String
DB Server.
- database
- String
Exclusive database name that exists in the DB Server.
- user
- String
Valid username for the DB Server.
- password
- String
Valid password for the DB Server.