WorkspaceEnrichmentIPGeodata Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Geodata information for a given IP address.
public class WorkspaceEnrichmentIPGeodata : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.WorkspaceEnrichmentIPGeodata>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.WorkspaceEnrichmentIPGeodata>
type WorkspaceEnrichmentIPGeodata = class
interface IJsonModel<WorkspaceEnrichmentIPGeodata>
interface IPersistableModel<WorkspaceEnrichmentIPGeodata>
Public Class WorkspaceEnrichmentIPGeodata
Implements IJsonModel(Of WorkspaceEnrichmentIPGeodata), IPersistableModel(Of WorkspaceEnrichmentIPGeodata)
- Inheritance
-
WorkspaceEnrichmentIPGeodata
- 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. |
CityConfidenceFactor |
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. |
CountryConfidenceFactor |
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. |
StateCode |
The abbreviated name for the state this IP address is located in. |
StateConfidenceFactor |
A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100. |
Explicit Interface Implementations
IJsonModel<WorkspaceEnrichmentIPGeodata>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<WorkspaceEnrichmentIPGeodata>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<WorkspaceEnrichmentIPGeodata>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<WorkspaceEnrichmentIPGeodata>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<WorkspaceEnrichmentIPGeodata>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET