EnrichmentIPAddressContent Class

Definition

IP address (v4 or v6) to be enriched.

public class EnrichmentIPAddressContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityInsights.Models.EnrichmentIPAddressContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityInsights.Models.EnrichmentIPAddressContent>
type EnrichmentIPAddressContent = class
    interface IJsonModel<EnrichmentIPAddressContent>
    interface IPersistableModel<EnrichmentIPAddressContent>
Public Class EnrichmentIPAddressContent
Implements IJsonModel(Of EnrichmentIPAddressContent), IPersistableModel(Of EnrichmentIPAddressContent)
Inheritance
EnrichmentIPAddressContent
Implements

Constructors

EnrichmentIPAddressContent()

Initializes a new instance of EnrichmentIPAddressContent.

Properties

IPAddress

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

Explicit Interface Implementations

IJsonModel<EnrichmentIPAddressContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EnrichmentIPAddressContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EnrichmentIPAddressContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EnrichmentIPAddressContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EnrichmentIPAddressContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to