SparkConfigurationsClient Interface

public interface SparkConfigurationsClient

An instance of this class provides access to all the operations defined in SparkConfigurationsClient.

Method Summary

Modifier and Type Method and Description
abstract SparkConfigurationResourceInner get(String resourceGroupName, String sparkConfigurationName, String workspaceName)

Get SparkConfiguration by name.

abstract Response<SparkConfigurationResourceInner> getWithResponse(String resourceGroupName, String sparkConfigurationName, String workspaceName, Context context)

Get SparkConfiguration by name.

Method Details

get

public abstract SparkConfigurationResourceInner get(String resourceGroupName, String sparkConfigurationName, String workspaceName)

Get SparkConfiguration by name.

Get SparkConfiguration by name in a workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
sparkConfigurationName - SparkConfiguration name.
workspaceName - The name of the workspace.

Returns:

sparkConfiguration by name in a workspace.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String sparkConfigurationName, String workspaceName, Context context)

Get SparkConfiguration by name.

Get SparkConfiguration by name in a workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
sparkConfigurationName - SparkConfiguration name.
workspaceName - The name of the workspace.
context - The context to associate with this operation.

Returns:

sparkConfiguration by name in a workspace along with Response<T>.

Applies to