Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Maps

Package version

Class representing a Maps.

Hierarchy

  • Maps

Index

Constructors

Methods

Constructors

constructor

Methods

generate

  • generate(resourceGroupName: string, workspaceName: string, request: Models.MapRequestUnion, options?: msRest.RequestOptionsBase): Promise<Models.MapsGenerateResponse>
  • generate(resourceGroupName: string, workspaceName: string, request: Models.MapRequestUnion, callback: msRest.ServiceCallback<MapResponse>): void
  • generate(resourceGroupName: string, workspaceName: string, request: Models.MapRequestUnion, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<MapResponse>): void
  • Generates the specified map.

    Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • request: Models.MapRequestUnion

      Request options.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.MapsGenerateResponse>

    Promise<Models.MapsGenerateResponse>

  • Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • request: Models.MapRequestUnion

      Request options.

    • callback: msRest.ServiceCallback<MapResponse>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      Resource group name within the specified subscriptionId.

    • workspaceName: string

      OMS workspace containing the resources of interest.

    • request: Models.MapRequestUnion

      Request options.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<MapResponse>

      The callback

    Returns void

Generated using TypeDoc