Compartir a través de


INetworkInterfaceIPConfiguration Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to