EnrichmentIPGeodata Class

Definition

Geodata information for a given IP address.

public class EnrichmentIPGeodata : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.EnrichmentIPGeodata>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.EnrichmentIPGeodata>
type EnrichmentIPGeodata = class
    interface IJsonModel<EnrichmentIPGeodata>
    interface IPersistableModel<EnrichmentIPGeodata>
Public Class EnrichmentIPGeodata
Implements IJsonModel(Of EnrichmentIPGeodata), IPersistableModel(Of EnrichmentIPGeodata)
Inheritance
EnrichmentIPGeodata
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.

Explicit Interface Implementations

IJsonModel<EnrichmentIPGeodata>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<EnrichmentIPGeodata>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EnrichmentIPGeodata>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EnrichmentIPGeodata>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<EnrichmentIPGeodata>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to