MobileNetworkInterfaceProperties Class

Definition

Interface properties.

public class MobileNetworkInterfaceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MobileNetwork.Models.MobileNetworkInterfaceProperties>
type MobileNetworkInterfaceProperties = class
    interface IJsonModel<MobileNetworkInterfaceProperties>
    interface IPersistableModel<MobileNetworkInterfaceProperties>
Public Class MobileNetworkInterfaceProperties
Implements IJsonModel(Of MobileNetworkInterfaceProperties), IPersistableModel(Of MobileNetworkInterfaceProperties)
Inheritance
MobileNetworkInterfaceProperties
Implements

Constructors

MobileNetworkInterfaceProperties()

Initializes a new instance of MobileNetworkInterfaceProperties.

Properties

IPv4Address

The IPv4 address.

IPv4Gateway

The default IPv4 gateway (router).

IPv4Subnet

The IPv4 subnet.

Name

The logical name for this interface. This should match one of the interfaces configured on your Azure Stack Edge device.

Explicit Interface Implementations

IJsonModel<MobileNetworkInterfaceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MobileNetworkInterfaceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MobileNetworkInterfaceProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MobileNetworkInterfaceProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MobileNetworkInterfaceProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to