BigDataPools Interface

public interface BigDataPools

Resource collection API of BigDataPools.

Method Summary

Modifier and Type Method and Description
abstract Blank define(String name)

Begins definition for a new BigDataPoolResourceInfo resource.

abstract Object delete(String resourceGroupName, String workspaceName, String bigDataPoolName)

Delete a Big Data pool.

abstract Object delete(String resourceGroupName, String workspaceName, String bigDataPoolName, Context context)

Delete a Big Data pool.

abstract Object deleteById(String id)

Delete a Big Data pool.

abstract Object deleteByIdWithResponse(String id, Context context)

Delete a Big Data pool.

abstract BigDataPoolResourceInfo get(String resourceGroupName, String workspaceName, String bigDataPoolName)

Get Big Data pool Get a Big Data pool.

abstract BigDataPoolResourceInfo getById(String id)

Get Big Data pool Get a Big Data pool.

abstract Response<BigDataPoolResourceInfo> getByIdWithResponse(String id, Context context)

Get Big Data pool Get a Big Data pool.

abstract Response<BigDataPoolResourceInfo> getWithResponse(String resourceGroupName, String workspaceName, String bigDataPoolName, Context context)

Get Big Data pool Get a Big Data pool.

abstract PagedIterable<BigDataPoolResourceInfo> listByWorkspace(String resourceGroupName, String workspaceName)

List the Big Data pools in a workspace.

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

List the Big Data pools in a workspace.

Method Details

define

public abstract BigDataPoolResourceInfo.DefinitionStages.Blank define(String name)

Begins definition for a new BigDataPoolResourceInfo resource.

Parameters:

name - resource name.

Returns:

the first stage of the new BigDataPoolResourceInfo definition.

delete

public abstract Object delete(String resourceGroupName, String workspaceName, String bigDataPoolName)

Delete a Big Data pool. Delete a Big Data pool from the workspace.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
bigDataPoolName - Big Data pool name.

Returns:

any object.

delete

public abstract Object delete(String resourceGroupName, String workspaceName, String bigDataPoolName, Context context)

Delete a Big Data pool. Delete a Big Data pool from the workspace.

Parameters:

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

Returns:

any object.

deleteById

public abstract Object deleteById(String id)

Delete a Big Data pool. Delete a Big Data pool from the workspace.

Parameters:

id - the resource ID.

Returns:

any object.

deleteByIdWithResponse

public abstract Object deleteByIdWithResponse(String id, Context context)

Delete a Big Data pool. Delete a Big Data pool from the workspace.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

any object.

get

public abstract BigDataPoolResourceInfo get(String resourceGroupName, String workspaceName, String bigDataPoolName)

Get Big Data pool Get a Big Data pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
bigDataPoolName - Big Data pool name.

Returns:

a Big Data pool.

getById

public abstract BigDataPoolResourceInfo getById(String id)

Get Big Data pool Get a Big Data pool.

Parameters:

id - the resource ID.

Returns:

a Big Data pool along with Response<T>.

getByIdWithResponse

public abstract Response<BigDataPoolResourceInfo> getByIdWithResponse(String id, Context context)

Get Big Data pool Get a Big Data pool.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Returns:

a Big Data pool along with Response<T>.

getWithResponse

public abstract Response<BigDataPoolResourceInfo> getWithResponse(String resourceGroupName, String workspaceName, String bigDataPoolName, Context context)

Get Big Data pool Get a Big Data pool.

Parameters:

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

Returns:

a Big Data pool along with Response<T>.

listByWorkspace

public abstract PagedIterable<BigDataPoolResourceInfo> listByWorkspace(String resourceGroupName, String workspaceName)

List the Big Data pools in a workspace. List Big Data pools in a workspace.

Parameters:

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

Returns:

collection of Big Data pools as paginated response with PagedIterable<T>.

listByWorkspace

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

List the Big Data pools in a workspace. List Big Data pools 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:

collection of Big Data pools as paginated response with PagedIterable<T>.

Applies to