DataBoxEdgeIPv4Config 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.
Details related to the IPv4 address configuration.
public class DataBoxEdgeIPv4Config : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeIPv4Config>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataBoxEdge.Models.DataBoxEdgeIPv4Config>
public class DataBoxEdgeIPv4Config
type DataBoxEdgeIPv4Config = class
interface IJsonModel<DataBoxEdgeIPv4Config>
interface IPersistableModel<DataBoxEdgeIPv4Config>
type DataBoxEdgeIPv4Config = class
Public Class DataBoxEdgeIPv4Config
Implements IJsonModel(Of DataBoxEdgeIPv4Config), IPersistableModel(Of DataBoxEdgeIPv4Config)
Public Class DataBoxEdgeIPv4Config
- Inheritance
-
DataBoxEdgeIPv4Config
- Implements
Properties
Gateway |
The IPv4 gateway of the network adapter. |
IPAddress |
The IPv4 address of the network adapter. |
Subnet |
The IPv4 subnet of the network adapter. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataBoxEdgeIPv4Config>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataBoxEdgeIPv4Config>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataBoxEdgeIPv4Config>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataBoxEdgeIPv4Config>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataBoxEdgeIPv4Config>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET