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

NodeCountInformation class

表示 NodeCountInformation 的类。

构造函数

NodeCountInformation(AutomationClientContext)

创建 NodeCountInformation。

方法

get(string, string, RequestOptionsBase)

检索 Dsc 节点的计数。

get(string, string, RequestOptionsBase, ServiceCallback<NodeCounts>)
get(string, string, ServiceCallback<NodeCounts>)

构造函数详细信息

NodeCountInformation(AutomationClientContext)

创建 NodeCountInformation。

new NodeCountInformation(client: AutomationClientContext)

参数

client
AutomationClientContext

对服务客户端的引用。

方法详细信息

get(string, string, RequestOptionsBase)

检索 Dsc 节点的计数。

function get(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<NodeCountInformationGetResponse>

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

options
RequestOptionsBase

可选参数

返回

承诺<模型.NodeCountInformationGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<NodeCounts>)

function get(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<NodeCounts>)

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

options
RequestOptionsBase

可选参数

callback

ServiceCallback<NodeCounts>

回调

get(string, string, ServiceCallback<NodeCounts>)

function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<NodeCounts>)

参数

resourceGroupName

string

Azure 资源组的名称。

automationAccountName

string

自动化帐户的名称。

callback

ServiceCallback<NodeCounts>

回调