MaintenanceWindowOptionsOperationsClient Interface

public interface MaintenanceWindowOptionsOperationsClient

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

Method Summary

Modifier and Type Method and Description
abstract MaintenanceWindowOptionsInner get(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName)

Gets a list of available maintenance windows.

abstract Mono<MaintenanceWindowOptionsInner> getAsync(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName)

Gets a list of available maintenance windows.

abstract Response<MaintenanceWindowOptionsInner> getWithResponse(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName, Context context)

Gets a list of available maintenance windows.

abstract Mono<Response<MaintenanceWindowOptionsInner>> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName)

Gets a list of available maintenance windows.

Method Details

get

public abstract MaintenanceWindowOptionsInner get(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName)

Gets a list of available maintenance windows.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database to get maintenance windows options for.
maintenanceWindowOptionsName - Maintenance window options name.

Returns:

a list of available maintenance windows.

getAsync

public abstract Mono getAsync(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName)

Gets a list of available maintenance windows.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database to get maintenance windows options for.
maintenanceWindowOptionsName - Maintenance window options name.

Returns:

a list of available maintenance windows on successful completion of Mono.

getWithResponse

public abstract Response getWithResponse(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName, Context context)

Gets a list of available maintenance windows.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database to get maintenance windows options for.
maintenanceWindowOptionsName - Maintenance window options name.
context - The context to associate with this operation.

Returns:

a list of available maintenance windows along with Response<T>.

getWithResponseAsync

public abstract Mono> getWithResponseAsync(String resourceGroupName, String serverName, String databaseName, String maintenanceWindowOptionsName)

Gets a list of available maintenance windows.

Parameters:

resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
serverName - The name of the server.
databaseName - The name of the database to get maintenance windows options for.
maintenanceWindowOptionsName - Maintenance window options name.

Returns:

a list of available maintenance windows along with Response<T> on successful completion of Mono.

Applies to