SqlPoolsClient Interface

public interface SqlPoolsClient

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

Method Summary

Modifier and Type Method and Description
abstract SyncPoller<PollResult<SqlPoolInner>,SqlPoolInner> beginCreate(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolInner sqlPoolInfo)

Create SQL pool Create a SQL pool.

abstract SyncPoller<PollResult<SqlPoolInner>,SqlPoolInner> beginCreate(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolInner sqlPoolInfo, Context context)

Create SQL pool Create a SQL pool.

abstract SyncPoller<PollResult<Object>,Object> beginDelete(String resourceGroupName, String workspaceName, String sqlPoolName)

Delete SQL pool Delete a SQL pool.

abstract SyncPoller<PollResult<Object>,Object> beginDelete(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Delete SQL pool Delete a SQL pool.

abstract SyncPoller<PollResult<Object>,Object> beginPause(String resourceGroupName, String workspaceName, String sqlPoolName)

Pause SQL pool Pause a SQL pool.

abstract SyncPoller<PollResult<Object>,Object> beginPause(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Pause SQL pool Pause a SQL pool.

abstract SyncPoller<PollResult<Object>,Object> beginResume(String resourceGroupName, String workspaceName, String sqlPoolName)

Resume SQL pool Resume a SQL pool.

abstract SyncPoller<PollResult<Object>,Object> beginResume(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Resume SQL pool Resume a SQL pool.

abstract SqlPoolInner create(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolInner sqlPoolInfo)

Create SQL pool Create a SQL pool.

abstract SqlPoolInner create(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolInner sqlPoolInfo, Context context)

Create SQL pool Create a SQL pool.

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

Delete SQL pool Delete a SQL pool.

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

Delete SQL pool Delete a SQL pool.

abstract SqlPoolInner get(String resourceGroupName, String workspaceName, String sqlPoolName)

Get SQL pool Get SQL pool properties.

abstract Response<SqlPoolInner> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Get SQL pool Get SQL pool properties.

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

List SQL pools List all SQL pools.

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

List SQL pools List all SQL pools.

abstract Object pause(String resourceGroupName, String workspaceName, String sqlPoolName)

Pause SQL pool Pause a SQL pool.

abstract Object pause(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Pause SQL pool Pause a SQL pool.

abstract Object resume(String resourceGroupName, String workspaceName, String sqlPoolName)

Resume SQL pool Resume a SQL pool.

abstract Object resume(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Resume SQL pool Resume a SQL pool.

abstract SqlPoolInner update(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolPatchInfo sqlPoolInfo)

Update SQL pool Apply a partial update to a SQL pool.

abstract Response<SqlPoolInner> updateWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolPatchInfo sqlPoolInfo, Context context)

Update SQL pool Apply a partial update to a SQL pool.

Method Details

beginCreate

public abstract SyncPoller<PollResult<SqlPoolInner>,SqlPoolInner> beginCreate(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolInner sqlPoolInfo)

Create SQL pool Create a SQL pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
sqlPoolInfo - The SQL pool to create.

Returns:

the SyncPoller<T,U> for polling of sQL pool.

beginCreate

public abstract SyncPoller<PollResult<SqlPoolInner>,SqlPoolInner> beginCreate(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolInner sqlPoolInfo, Context context)

Create SQL pool Create a SQL pool.

Parameters:

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

Returns:

the SyncPoller<T,U> for polling of sQL pool.

beginDelete

public abstract SyncPoller<PollResult<Object>,Object> beginDelete(String resourceGroupName, String workspaceName, String sqlPoolName)

Delete SQL pool Delete a SQL pool.

Parameters:

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

Returns:

the SyncPoller<T,U> for polling of any object.

beginDelete

public abstract SyncPoller<PollResult<Object>,Object> beginDelete(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Delete SQL pool Delete a SQL pool.

Parameters:

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

Returns:

the SyncPoller<T,U> for polling of any object.

beginPause

public abstract SyncPoller<PollResult<Object>,Object> beginPause(String resourceGroupName, String workspaceName, String sqlPoolName)

Pause SQL pool Pause a SQL pool.

Parameters:

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

Returns:

the SyncPoller<T,U> for polling of any object.

beginPause

public abstract SyncPoller<PollResult<Object>,Object> beginPause(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Pause SQL pool Pause a SQL pool.

Parameters:

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

Returns:

the SyncPoller<T,U> for polling of any object.

beginResume

public abstract SyncPoller<PollResult<Object>,Object> beginResume(String resourceGroupName, String workspaceName, String sqlPoolName)

Resume SQL pool Resume a SQL pool.

Parameters:

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

Returns:

the SyncPoller<T,U> for polling of any object.

beginResume

public abstract SyncPoller<PollResult<Object>,Object> beginResume(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Resume SQL pool Resume a SQL pool.

Parameters:

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

Returns:

the SyncPoller<T,U> for polling of any object.

create

public abstract SqlPoolInner create(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolInner sqlPoolInfo)

Create SQL pool Create a SQL pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
sqlPoolInfo - The SQL pool to create.

Returns:

sQL pool.

create

public abstract SqlPoolInner create(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolInner sqlPoolInfo, Context context)

Create SQL pool Create a SQL pool.

Parameters:

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

Returns:

sQL pool.

delete

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

Delete SQL pool Delete a SQL pool.

Parameters:

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

Returns:

any object.

delete

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

Delete SQL pool Delete a SQL pool.

Parameters:

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

Returns:

any object.

get

public abstract SqlPoolInner get(String resourceGroupName, String workspaceName, String sqlPoolName)

Get SQL pool Get SQL pool properties.

Parameters:

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

Returns:

sQL pool properties.

getWithResponse

public abstract Response<SqlPoolInner> getWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Get SQL pool Get SQL pool properties.

Parameters:

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

Returns:

sQL pool properties along with Response<T>.

listByWorkspace

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

List SQL pools List all SQL pools.

Parameters:

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

Returns:

sQL pool collection as paginated response with PagedIterable<T>.

listByWorkspace

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

List SQL pools List all SQL pools.

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:

sQL pool collection as paginated response with PagedIterable<T>.

pause

public abstract Object pause(String resourceGroupName, String workspaceName, String sqlPoolName)

Pause SQL pool Pause a SQL pool.

Parameters:

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

Returns:

any object.

pause

public abstract Object pause(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Pause SQL pool Pause a SQL pool.

Parameters:

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

Returns:

any object.

resume

public abstract Object resume(String resourceGroupName, String workspaceName, String sqlPoolName)

Resume SQL pool Resume a SQL pool.

Parameters:

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

Returns:

any object.

resume

public abstract Object resume(String resourceGroupName, String workspaceName, String sqlPoolName, Context context)

Resume SQL pool Resume a SQL pool.

Parameters:

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

Returns:

any object.

update

public abstract SqlPoolInner update(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolPatchInfo sqlPoolInfo)

Update SQL pool Apply a partial update to a SQL pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
sqlPoolInfo - The updated SQL pool properties.

Returns:

sQL pool.

updateWithResponse

public abstract Response<SqlPoolInner> updateWithResponse(String resourceGroupName, String workspaceName, String sqlPoolName, SqlPoolPatchInfo sqlPoolInfo, Context context)

Update SQL pool Apply a partial update to a SQL pool.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the workspace.
sqlPoolName - SQL pool name.
sqlPoolInfo - The updated SQL pool properties.
context - The context to associate with this operation.

Returns:

sQL pool along with Response<T>.

Applies to