你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EnrichmentIPGeodata Class

Definition

Geodata information for a given IP address

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

Constructors

EnrichmentIPGeodata()

Creates an new EnrichmentIPGeodata instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EnrichmentIPGeodata.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EnrichmentIPGeodata.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.SecurityInsights.Models.Api20210901Preview.IEnrichmentIPGeodata.

FromJsonString(String)

Creates a new instance of EnrichmentIPGeodata, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EnrichmentIPGeodata into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to