共用方式為


Summaries class

代表摘要的類別。

建構函式

Summaries(ServicemapManagementClientContext)

建立摘要。

方法

getMachines(string, string, ServiceCallback<MachinesSummary>)
getMachines(string, string, SummariesGetMachinesOptionalParams)

傳回工作區中計算機的相關摘要資訊。

getMachines(string, string, SummariesGetMachinesOptionalParams, ServiceCallback<MachinesSummary>)

建構函式詳細資料

Summaries(ServicemapManagementClientContext)

建立摘要。

new Summaries(client: ServicemapManagementClientContext)

參數

client
ServicemapManagementClientContext

服務客戶端的參考。

方法詳細資料

getMachines(string, string, ServiceCallback<MachinesSummary>)

function getMachines(resourceGroupName: string, workspaceName: string, callback: ServiceCallback<MachinesSummary>)

參數

resourceGroupName

string

指定 subscriptionId 內的資源組名。

workspaceName

string

包含感興趣資源的 OMS 工作區。

callback

ServiceCallback<MachinesSummary>

回呼

getMachines(string, string, SummariesGetMachinesOptionalParams)

傳回工作區中計算機的相關摘要資訊。

function getMachines(resourceGroupName: string, workspaceName: string, options?: SummariesGetMachinesOptionalParams): Promise<SummariesGetMachinesResponse>

參數

resourceGroupName

string

指定 subscriptionId 內的資源組名。

workspaceName

string

包含感興趣資源的 OMS 工作區。

options
SummariesGetMachinesOptionalParams

選擇性參數

傳回

承諾<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 工作區。

options
SummariesGetMachinesOptionalParams

選擇性參數

callback

ServiceCallback<MachinesSummary>

回呼