IPGeodata interface
Interface representing a IPGeodata.
Methods
| get(string, string, IPGeodata |
Get geodata for a single IP address |
Method Details
get(string, string, IPGeodataGetOptionalParams)
Get geodata for a single IP address
function get(resourceGroupName: string, ipAddress: string, options?: IPGeodataGetOptionalParams): Promise<EnrichmentIpGeodata>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- ipAddress
-
string
IP address (v4 or v6) to be enriched
- options
- IPGeodataGetOptionalParams
The options parameters.
Returns
Promise<EnrichmentIpGeodata>