SparkConfigurationsOperationsClient Interface

public interface SparkConfigurationsOperationsClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<SparkConfigurationResourceInner> listByWorkspace(String resourceGroupName, String workspaceName)

List the sparkConfigurations in a workspace.

abstract PagedIterable<SparkConfigurationResourceInner> listByWorkspace(String resourceGroupName, String workspaceName, Context context)

List the sparkConfigurations in a workspace.

Method Details

listByWorkspace

public abstract PagedIterable listByWorkspace(String resourceGroupName, String workspaceName)

List the sparkConfigurations in a workspace.

List sparkConfigurations in a workspace.

Parameters:

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

Returns:

a list of SparkConfiguration resources as paginated response with PagedIterable<T>.

listByWorkspace

public abstract PagedIterable listByWorkspace(String resourceGroupName, String workspaceName, Context context)

List the sparkConfigurations in a workspace.

List sparkConfigurations in a workspace.

Parameters:

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

Returns:

a list of SparkConfiguration resources as paginated response with PagedIterable<T>.

Applies to