Share via


Replicas interface

Interface representing a Replicas.

Methods

listByServer(string, string, ReplicasListByServerOptionalParams)

Lists all read replicas of a server.

Method Details

listByServer(string, string, ReplicasListByServerOptionalParams)

Lists all read replicas of a server.

function listByServer(resourceGroupName: string, serverName: string, options?: ReplicasListByServerOptionalParams): PagedAsyncIterableIterator<Server, Server[], PageSettings>

Parameters

resourceGroupName

string

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

serverName

string

The name of the server.

options
ReplicasListByServerOptionalParams

The options parameters.

Returns