SqlPoolMaintenanceWindowOptions interface
Interface representing a SqlPoolMaintenanceWindowOptions.
Methods
get(string, string, string, string, Sql |
Get list of SQL pool's available maintenance windows. |
Method Details
get(string, string, string, string, SqlPoolMaintenanceWindowOptionsGetOptionalParams)
Get list of SQL pool's available maintenance windows.
function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, maintenanceWindowOptionsName: string, options?: SqlPoolMaintenanceWindowOptionsGetOptionalParams): Promise<MaintenanceWindowOptions>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- sqlPoolName
-
string
SQL pool name
- maintenanceWindowOptionsName
-
string
Maintenance window options name.
The options parameters.
Returns
Promise<MaintenanceWindowOptions>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript