Summaries class
代表摘要的類別。
建構函式
| Summaries(Servicemap |
建立摘要。 |
方法
建構函式詳細資料
Summaries(ServicemapManagementClientContext)
建立摘要。
new Summaries(client: ServicemapManagementClientContext)
參數
服務客戶端的參考。
方法詳細資料
getMachines(string, string, ServiceCallback<MachinesSummary>)
function getMachines(resourceGroupName: string, workspaceName: string, callback: ServiceCallback<MachinesSummary>)
參數
- resourceGroupName
-
string
指定 subscriptionId 內的資源組名。
- workspaceName
-
string
包含感興趣資源的 OMS 工作區。
- callback
回呼
getMachines(string, string, SummariesGetMachinesOptionalParams)
傳回工作區中計算機的相關摘要資訊。
function getMachines(resourceGroupName: string, workspaceName: string, options?: SummariesGetMachinesOptionalParams): Promise<SummariesGetMachinesResponse>
參數
- resourceGroupName
-
string
指定 subscriptionId 內的資源組名。
- workspaceName
-
string
包含感興趣資源的 OMS 工作區。
選擇性參數
傳回
Promise<SummariesGetMachinesResponse>
承諾<Models.SummariesGetMachinesResponse>
getMachines(string, string, SummariesGetMachinesOptionalParams, ServiceCallback<MachinesSummary>)
function getMachines(resourceGroupName: string, workspaceName: string, options: SummariesGetMachinesOptionalParams, callback: ServiceCallback<MachinesSummary>)
參數
- resourceGroupName
-
string
指定 subscriptionId 內的資源組名。
- workspaceName
-
string
包含感興趣資源的 OMS 工作區。
選擇性參數
- callback
回呼