Share via


Ipv6Address Class

Definition

IPv6 device indicator.

public class Ipv6Address : System.ClientModel.Primitives.IJsonModel<Azure.Communication.ProgrammableConnectivity.Ipv6Address>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.ProgrammableConnectivity.Ipv6Address>
type Ipv6Address = class
    interface IJsonModel<Ipv6Address>
    interface IPersistableModel<Ipv6Address>
Public Class Ipv6Address
Implements IJsonModel(Of Ipv6Address), IPersistableModel(Of Ipv6Address)
Inheritance
Ipv6Address
Implements

Constructors

Ipv6Address(String, Int32)

Initializes a new instance of Ipv6Address.

Properties

Ipv6

An IPv6 address. This may be specified as an exact address, or as a subnet in CIDR notation.

Port

User equipment port.

Explicit Interface Implementations

IJsonModel<Ipv6Address>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<Ipv6Address>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<Ipv6Address>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<Ipv6Address>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<Ipv6Address>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to