Maps class
Class representing a Maps.
Constructors
Maps(Servicemap |
Create a Maps. |
Methods
Constructor Details
Maps(ServicemapManagementClientContext)
Create a Maps.
new Maps(client: ServicemapManagementClientContext)
Parameters
Reference to the service client.
Method Details
generate(string, string, MapRequestUnion, RequestOptionsBase)
Generates the specified map.
function generate(resourceGroupName: string, workspaceName: string, request: MapRequestUnion, options?: RequestOptionsBase): Promise<MapsGenerateResponse>
Parameters
- resourceGroupName
-
string
Resource group name within the specified subscriptionId.
- workspaceName
-
string
OMS workspace containing the resources of interest.
- request
- MapRequestUnion
Request options.
- options
- RequestOptionsBase
The optional parameters
Returns
Promise<MapsGenerateResponse>
Promise<Models.MapsGenerateResponse>
generate(string, string, MapRequestUnion, RequestOptionsBase, ServiceCallback<MapResponse>)
function generate(resourceGroupName: string, workspaceName: string, request: MapRequestUnion, options: RequestOptionsBase, callback: ServiceCallback<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
- RequestOptionsBase
The optional parameters
- callback
The callback
generate(string, string, MapRequestUnion, ServiceCallback<MapResponse>)
function generate(resourceGroupName: string, workspaceName: string, request: MapRequestUnion, callback: ServiceCallback<MapResponse>)
Parameters
- resourceGroupName
-
string
Resource group name within the specified subscriptionId.
- workspaceName
-
string
OMS workspace containing the resources of interest.
- request
- MapRequestUnion
Request options.
- callback
The callback