MaintenanceWindowOptionsOperations interface

Interface representing a MaintenanceWindowOptionsOperations.

Methods

get(string, string, string, string, MaintenanceWindowOptionsGetOptionalParams)

Gets a list of available maintenance windows.

Method Details

get(string, string, string, string, MaintenanceWindowOptionsGetOptionalParams)

Gets a list of available maintenance windows.

function get(resourceGroupName: string, serverName: string, databaseName: string, maintenanceWindowOptionsName: string, options?: MaintenanceWindowOptionsGetOptionalParams): Promise<MaintenanceWindowOptions>

Parameters

resourceGroupName

string

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

string

The name of the server.

databaseName

string

The name of the database to get maintenance windows options for.

maintenanceWindowOptionsName

string

Maintenance window options name.

options
MaintenanceWindowOptionsGetOptionalParams

The options parameters.

Returns