Compartir a través de


NetworkInterfaceIPConfiguration Class

Definition

Network interface IP configuration properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkInterfaceIPConfigurationTypeConverter))]
public class NetworkInterfaceIPConfiguration : Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkInterfaceIPConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.NetworkInterfaceIPConfigurationTypeConverter))>]
type NetworkInterfaceIPConfiguration = class
    interface INetworkInterfaceIPConfiguration
    interface IJsonSerializable
Public Class NetworkInterfaceIPConfiguration
Implements INetworkInterfaceIPConfiguration
Inheritance
NetworkInterfaceIPConfiguration
Attributes
Implements

Constructors

Name Description
NetworkInterfaceIPConfiguration()

Creates an new NetworkInterfaceIPConfiguration instance.

Properties

Name Description
DnsServer

The list of DNS servers IP addresses.

Gateway

The value of the gateway.

IPAddress

The value of the IP address.

IPAllocationMethod

IP address allocation method.

IPVersion

IP address version.

Subnet

The value of the subnet.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of NetworkInterfaceIPConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of NetworkInterfaceIPConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedNetwork.Models.INetworkInterfaceIPConfiguration.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of NetworkInterfaceIPConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to