Compartilhar via


Servers interface

Interface que representa um Servidores.

Métodos

get(string, string, string, ServersGetOptionalParams)

Obtém informações sobre um servidor no cluster.

listByCluster(string, string, ServersListByClusterOptionalParams)

Lista servidores de um cluster.

Detalhes do método

get(string, string, string, ServersGetOptionalParams)

Obtém informações sobre um servidor no cluster.

function get(resourceGroupName: string, clusterName: string, serverName: string, options?: ServersGetOptionalParams): Promise<ClusterServer>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

clusterName

string

O nome do cluster.

serverName

string

O nome do servidor.

options
ServersGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<ClusterServer>

listByCluster(string, string, ServersListByClusterOptionalParams)

Lista servidores de um cluster.

function listByCluster(resourceGroupName: string, clusterName: string, options?: ServersListByClusterOptionalParams): PagedAsyncIterableIterator<ClusterServer, ClusterServer[], PageSettings>

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.

clusterName

string

O nome do cluster.

options
ServersListByClusterOptionalParams

Os parâmetros de opções.

Retornos