IEnrichmentIPGeodata Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EnrichmentIPGeodataTypeConverter))]
public interface IEnrichmentIPGeodata : Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.EnrichmentIPGeodataTypeConverter))>]
type IEnrichmentIPGeodata = interface
    interface IJsonSerializable
Public Interface IEnrichmentIPGeodata
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Asn

The autonomous system number associated with this IP address

Carrier

The name of the carrier for this IP address

City

The city this IP address is located in

CityCf

A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100

Continent

The continent this IP address is located on

Country

The county this IP address is located in

CountryCf

A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100

IPAddr

The dotted-decimal or colon-separated string representation of the IP address

IPRoutingType

A description of the connection type of this IP address

Latitude

The latitude of this IP address

Longitude

The longitude of this IP address

Organization

The name of the organization for this IP address

OrganizationType

The type of the organization for this IP address

Region

The geographic region this IP address is located in

State

The state this IP address is located in

StateCf

A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100

StateCode

The abbreviated name for the state this IP address is located in

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to