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>
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