Layer3IPPrefixProperties 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.
Layer 3 primary and secondary IP Address prefixes.
public class Layer3IPPrefixProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedNetworkFabric.Models.Layer3IPPrefixProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedNetworkFabric.Models.Layer3IPPrefixProperties>
type Layer3IPPrefixProperties = class
interface IJsonModel<Layer3IPPrefixProperties>
interface IPersistableModel<Layer3IPPrefixProperties>
Public Class Layer3IPPrefixProperties
Implements IJsonModel(Of Layer3IPPrefixProperties), IPersistableModel(Of Layer3IPPrefixProperties)
- Inheritance
-
Layer3IPPrefixProperties
- Derived
- Implements
Constructors
Layer3IPPrefixProperties() |
Initializes a new instance of Layer3IPPrefixProperties. |
Properties
PrimaryIPv4Prefix |
IPv4 Address Prefix. |
PrimaryIPv6Prefix |
IPv6 Address Prefix. |
SecondaryIPv4Prefix |
Secondary IPv4 Address Prefix. |
SecondaryIPv6Prefix |
Secondary IPv6 Address Prefix. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<Layer3IPPrefixProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<Layer3IPPrefixProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<Layer3IPPrefixProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<Layer3IPPrefixProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<Layer3IPPrefixProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |