你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NetworkInterfaceIPConfiguration Class

Definition

Network interface IP configuration properties.

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

Constructors

NetworkInterfaceIPConfiguration()

Creates an new NetworkInterfaceIPConfiguration instance.

Properties

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

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.Api20210501.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