IPConfigurationProperties interface
InterfaceIPConfigurationPropertiesFormat properties of IP configuration.
Properties
| gateway | Gateway for network interface |
| prefix |
prefixLength for network interface |
| private |
PrivateIPAddress - Private IP address of the IP configuration. |
| subnet | Subnet - Name of Subnet bound to the IP configuration. |
Property Details
gateway
Gateway for network interface
gateway?: string
Property Value
string
prefixLength
prefixLength for network interface
prefixLength?: string
Property Value
string
privateIPAddress
PrivateIPAddress - Private IP address of the IP configuration.
privateIPAddress?: string
Property Value
string
subnet
Subnet - Name of Subnet bound to the IP configuration.
subnet?: LogicalNetworkArmReference