Summaries class

Class representing a Summaries.

Constructors

Summaries(ServicemapManagementClientContext)

Create a Summaries.

Methods

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

Returns summary information about the machines in the workspace.

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

Constructor Details

Summaries(ServicemapManagementClientContext)

Create a Summaries.

new Summaries(client: ServicemapManagementClientContext)

Parameters

client
ServicemapManagementClientContext

Reference to the service client.

Method Details

getMachines(string, string, ServiceCallback<MachinesSummary>)

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

Parameters

resourceGroupName

string

Resource group name within the specified subscriptionId.

workspaceName

string

OMS workspace containing the resources of interest.

callback

ServiceCallback<MachinesSummary>

The callback

getMachines(string, string, SummariesGetMachinesOptionalParams)

Returns summary information about the machines in the workspace.

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

Parameters

resourceGroupName

string

Resource group name within the specified subscriptionId.

workspaceName

string

OMS workspace containing the resources of interest.

options
SummariesGetMachinesOptionalParams

The optional parameters

Returns

Promise<Models.SummariesGetMachinesResponse>

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

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

Parameters

resourceGroupName

string

Resource group name within the specified subscriptionId.

workspaceName

string

OMS workspace containing the resources of interest.

options
SummariesGetMachinesOptionalParams

The optional parameters

callback

ServiceCallback<MachinesSummary>

The callback