INetworkInterfaceIPConfiguration Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |