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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript