ServersOperations interface

Interfejs reprezentujący operacje serwera.

Właściwości

get

Pobiera informacje o serwerze w klastrze.

listByCluster

Wyświetla listę serwerów klastra.

Szczegóły właściwości

get

Pobiera informacje o serwerze w klastrze.

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

Wartość właściwości

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

listByCluster

Wyświetla listę serwerów klastra.

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

Wartość właściwości

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