SqlPoolMaintenanceWindowOptionsClient Interface

public interface SqlPoolMaintenanceWindowOptionsClient

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

Method Summary

Modifier and Type Method and Description
abstract MaintenanceWindowOptionsInner get(String resourceGroupName, String workspaceName, String sqlPoolName, String maintenanceWindowOptionsName)

SQL pool's available maintenance windows.

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

SQL pool's available maintenance windows.

Method Details

get

public abstract MaintenanceWindowOptionsInner get(String resourceGroupName, String workspaceName, String sqlPoolName, String maintenanceWindowOptionsName)

SQL pool's available maintenance windows.

Get list of SQL pool's available maintenance windows.

Parameters:

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

Returns:

list of SQL pool's available maintenance windows.

getWithResponse

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

SQL pool's available maintenance windows.

Get list of SQL pool's available maintenance windows.

Parameters:

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

Returns:

list of SQL pool's available maintenance windows along with Response<T>.

Applies to