你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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