Aracılığıyla paylaş


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 EnrichmentIpGeodataInner get(String resourceGroupName, String ipAddress)

Get geodata for a single IP address.

abstract Response<EnrichmentIpGeodataInner> 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:

resourceGroupName - The name of the resource group. The name is case insensitive.
ipAddress - IP address (v4 or v6) to be enriched.

Returns:

geodata for a single IP address.

getWithResponse

public abstract Response<EnrichmentIpGeodataInner> getWithResponse(String resourceGroupName, String ipAddress, Context context)

Get geodata for a single IP address.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
ipAddress - IP address (v4 or v6) to be enriched.
context - The context to associate with this operation.

Returns:

geodata for a single IP address along with Response<T>.

Applies to