IpGeodatasClient Interface
public interface IpGeodatasClient
An instance of this class provides access to all the operations defined in IpGeodatasClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Enrichment |
get(String resourceGroupName, String ipAddress)
Get geodata for a single IP address. |
|
abstract
Response<Enrichment |
getWithResponse(String resourceGroupName, String ipAddress, Context context)
Get geodata for a single IP address. |
Method Details
get
public abstract EnrichmentIpGeodataInner get(String resourceGroupName, String ipAddress)
Get geodata for a single IP address.
Parameters:
Returns:
getWithResponse
public abstract Response<EnrichmentIpGeodataInner> getWithResponse(String resourceGroupName, String ipAddress, Context context)
Get geodata for a single IP address.
Parameters:
Returns: