NodeCountInformation class
表示 NodeCountInformation 的类。
构造函数
| Node |
创建 NodeCountInformation。 |
方法
| get(string, string, Request |
检索 Dsc 节点的计数。 |
| get(string, string, Request |
|
| get(string, string, Service |
构造函数详细信息
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
可选参数
返回
Promise<NodeCountInformationGetResponse>
承诺<模型.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
回调
get(string, string, ServiceCallback<NodeCounts>)
function get(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<NodeCounts>)
参数
- resourceGroupName
-
string
Azure 资源组的名称。
- automationAccountName
-
string
自动化帐户的名称。
- callback
回调