SparkConfiguration interface
Interface representing a SparkConfiguration.
Methods
get(string, string, string, Spark |
Get SparkConfiguration by name in a workspace. |
Method Details
get(string, string, string, SparkConfigurationGetOptionalParams)
Get SparkConfiguration by name in a workspace.
function get(resourceGroupName: string, sparkConfigurationName: string, workspaceName: string, options?: SparkConfigurationGetOptionalParams): Promise<SparkConfigurationResource>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- sparkConfigurationName
-
string
SparkConfiguration name
- workspaceName
-
string
The name of the workspace.
The options parameters.
Returns
Promise<SparkConfigurationResource>