Condividi tramite


InterfaceProperties Class

Definition

Interface properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.InterfacePropertiesTypeConverter))]
public class InterfaceProperties : Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IInterfaceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.InterfacePropertiesTypeConverter))>]
type InterfaceProperties = class
    interface IInterfaceProperties
    interface IJsonSerializable
Public Class InterfaceProperties
Implements IInterfaceProperties
Inheritance
InterfaceProperties
Attributes
Implements

Constructors

InterfaceProperties()

Creates an new InterfaceProperties instance.

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.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InterfaceProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InterfaceProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MobileNetwork.Models.Api20221101.IInterfaceProperties.

FromJsonString(String)

Creates a new instance of InterfaceProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InterfaceProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to