IPConfigurationSubnetArgs

data class IPConfigurationSubnetArgs(val id: Output<String>? = null) : ConvertibleToJava<IPConfigurationSubnetArgs>

Subnet - Name of Subnet bound to the IP configuration.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null)

Properties

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

ID - The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

Functions

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