ServerBasedPerformanceTier interface

Interface representing a ServerBasedPerformanceTier.

Methods

list(string, string, ServerBasedPerformanceTierListOptionalParams)

List all the performance tiers for a MySQL server.

Method Details

list(string, string, ServerBasedPerformanceTierListOptionalParams)

List all the performance tiers for a MySQL server.

function list(resourceGroupName: string, serverName: string, options?: ServerBasedPerformanceTierListOptionalParams): PagedAsyncIterableIterator<PerformanceTierProperties, PerformanceTierProperties[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

serverName

string

The name of the server.

options
ServerBasedPerformanceTierListOptionalParams

The options parameters.

Returns