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>
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 JavaScript