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