CidrIPAddress Class

Definition

CIDR Ip address.

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

Constructors

Name Description
CidrIPAddress()

Initializes a new instance of CidrIPAddress.

Properties

Name Description
BaseIPAddress

Ip address itself.

PrefixLength

The length of the prefix of the ip address.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<CidrIPAddress>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CidrIPAddress>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CidrIPAddress>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CidrIPAddress>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CidrIPAddress>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to