Summaries class
Class representing a Summaries.
Constructors
Summaries(Servicemap |
Create a Summaries. |
Methods
get |
|
get |
Returns summary information about the machines in the workspace. |
get |
Constructor Details
Summaries(ServicemapManagementClientContext)
Create a Summaries.
new Summaries(client: ServicemapManagementClientContext)
Parameters
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
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.
The optional parameters
Returns
Promise<SummariesGetMachinesResponse>
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.
The optional parameters
- callback
The callback