IPGeodata interface
Interface représentant un IPGeodata.
Méthodes
| get(string, string, IPGeodata |
Obtenir des géodata pour une seule adresse IP |
Détails de la méthode
get(string, string, IPGeodataGetOptionalParams)
Obtenir des géodata pour une seule adresse IP
function get(resourceGroupName: string, ipAddress: string, options?: IPGeodataGetOptionalParams): Promise<EnrichmentIpGeodata>
Paramètres
- resourceGroupName
-
string
Nom du groupe de ressources. Le nom ne respecte pas la casse.
- ipAddress
-
string
Adresse IP (v4 ou v6) à enrichir
- options
- IPGeodataGetOptionalParams
Paramètres d’options.
Retours
Promise<EnrichmentIpGeodata>