Interface SparkConfigurations


public interface SparkConfigurations
Resource collection API of SparkConfigurations.
  • Method Details

    • getWithResponse

      com.azure.core.http.rest.Response<SparkConfigurationResource> getWithResponse(String resourceGroupName, String sparkConfigurationName, String workspaceName, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • get

      SparkConfigurationResource 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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.