ServerBasedPerformanceTier interface
Interface representing a ServerBasedPerformanceTier.
Methods
list(string, string, Server |
List all the performance tiers for a PostgreSQL server. |
Method Details
list(string, string, ServerBasedPerformanceTierListOptionalParams)
List all the performance tiers for a PostgreSQL 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.
The options parameters.