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>
Promise < Models.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
回呼