IPConfigurationPropertiesArgs

data class IPConfigurationPropertiesArgs(val privateIPAddress: Output<String>? = null, val subnet: Output<LogicalNetworkArmReferenceArgs>? = null) : ConvertibleToJava<IPConfigurationPropertiesArgs>

InterfaceIPConfigurationPropertiesFormat properties of IP configuration.

Constructors

Link copied to clipboard
constructor(privateIPAddress: Output<String>? = null, subnet: Output<LogicalNetworkArmReferenceArgs>? = null)

Properties

Link copied to clipboard
val privateIPAddress: Output<String>? = null

PrivateIPAddress - Private IP address of the IP configuration.

Link copied to clipboard

Subnet - Name of Subnet bound to the IP configuration.

Functions

Link copied to clipboard
open override fun toJava(): IPConfigurationPropertiesArgs