Ipv4Address 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.
IPv4 device indicator.
public class Ipv4Address : System.ClientModel.Primitives.IJsonModel<Azure.Communication.ProgrammableConnectivity.Ipv4Address>, System.ClientModel.Primitives.IPersistableModel<Azure.Communication.ProgrammableConnectivity.Ipv4Address>
type Ipv4Address = class
interface IJsonModel<Ipv4Address>
interface IPersistableModel<Ipv4Address>
Public Class Ipv4Address
Implements IJsonModel(Of Ipv4Address), IPersistableModel(Of Ipv4Address)
- Inheritance
-
Ipv4Address
- Implements
Constructors
| Ipv4Address(String, Int32) |
Initializes a new instance of Ipv4Address. |
Properties
| Ipv4 |
An IPv4 address. This may be specified as an exact address, or as a subnet in CIDR notation. |
| Port |
User equipment port. |
Explicit Interface Implementations
| IJsonModel<Ipv4Address>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
| IJsonModel<Ipv4Address>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
| IPersistableModel<Ipv4Address>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
| IPersistableModel<Ipv4Address>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. <param name="options">The ModelReaderWriterOptions to use.</param> |
| IPersistableModel<Ipv4Address>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |