Maps interface
Interface representing a Maps.
Methods
| generate(string, string, Map |
Generates the specified map. |
Method Details
generate(string, string, MapRequestUnion, MapsGenerateOptionalParams)
Generates the specified map.
function generate(resourceGroupName: string, workspaceName: string, request: MapRequestUnion, options?: MapsGenerateOptionalParams): Promise<MapResponse>
Parameters
- resourceGroupName
-
string
Resource group name within the specified subscriptionId.
- workspaceName
-
string
OMS workspace containing the resources of interest.
- request
- MapRequestUnion
Request options.
- options
- MapsGenerateOptionalParams
The options parameters.
Returns
Promise<MapResponse>