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

ServersOperations interface

表示服务器操作的接口。

属性

get

获取有关群集中的服务器的信息。

listByCluster

列出群集的服务器。

属性详细信息

get

获取有关群集中的服务器的信息。

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

属性值

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

listByCluster

列出群集的服务器。

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

属性值

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