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

NodeCountInformation interface

表示 NodeCountInformation 的接口。

方法

get(string, string, string, NodeCountInformationGetOptionalParams)

检索 Dsc 节点的计数。

方法详细信息

get(string, string, string, NodeCountInformationGetOptionalParams)

检索 Dsc 节点的计数。

function get(resourceGroupName: string, automationAccountName: string, countType: string, options?: NodeCountInformationGetOptionalParams): Promise<NodeCounts>

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

countType

string

要检索的计数的类型

options
NodeCountInformationGetOptionalParams

选项参数。

返回

Promise<NodeCounts>