ServerAutomaticTuningOperations interface
Interface representing a ServerAutomaticTuningOperations.
Methods
get(string, string, Server |
Retrieves server automatic tuning options. |
update(string, string, Server |
Update automatic tuning options on server. |
Method Details
get(string, string, ServerAutomaticTuningGetOptionalParams)
Retrieves server automatic tuning options.
function get(resourceGroupName: string, serverName: string, options?: ServerAutomaticTuningGetOptionalParams): Promise<ServerAutomaticTuning>
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.
The options parameters.
Returns
Promise<ServerAutomaticTuning>
update(string, string, ServerAutomaticTuning, ServerAutomaticTuningUpdateOptionalParams)
Update automatic tuning options on server.
function update(resourceGroupName: string, serverName: string, parameters: ServerAutomaticTuning, options?: ServerAutomaticTuningUpdateOptionalParams): Promise<ServerAutomaticTuning>
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.
- parameters
- ServerAutomaticTuning
The requested automatic tuning resource state.
The options parameters.
Returns
Promise<ServerAutomaticTuning>