Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Summaries

Package version

Class representing a Summaries.

Hierarchy

  • Summaries

Index

Constructors

Methods

Constructors

constructor

Methods

getMachines

  • getMachines(resourceGroupName: string, workspaceName: string, options?: Models.SummariesGetMachinesOptionalParams): Promise<Models.SummariesGetMachinesResponse>
  • getMachines(resourceGroupName: string, workspaceName: string, callback: msRest.ServiceCallback<MachinesSummary>): void
  • getMachines(resourceGroupName: string, workspaceName: string, options: SummariesGetMachinesOptionalParams, callback: msRest.ServiceCallback<MachinesSummary>): void
  • Returns summary information about the machines in the workspace.

    Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • Optional options: Models.SummariesGetMachinesOptionalParams

    Returns Promise<Models.SummariesGetMachinesResponse>

    Promise<Models.SummariesGetMachinesResponse>

  • Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • callback: msRest.ServiceCallback<MachinesSummary>

      The callback

    Returns void

  • 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: msRest.ServiceCallback<MachinesSummary>

      The callback

    Returns void

Generated using TypeDoc