Share via


SparkMetastoreSpec(String, String) Constructor

Definition

Initializes a new instance of SparkMetastoreSpec.

public SparkMetastoreSpec (string dbServerHost, string dbName);
new Azure.ResourceManager.HDInsight.Containers.Models.SparkMetastoreSpec : string * string -> Azure.ResourceManager.HDInsight.Containers.Models.SparkMetastoreSpec
Public Sub New (dbServerHost As String, dbName As String)

Parameters

dbServerHost
String

The database server host.

dbName
String

The database name.

Exceptions

dbServerHost or dbName is null.

Applies to