IPConfigurationArgs

data class IPConfigurationArgs(val name: Output<String>? = null, val properties: Output<IPConfigurationPropertiesArgs>? = null) : ConvertibleToJava<IPConfigurationArgs>

InterfaceIPConfiguration IPConfiguration in a network interface.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, properties: Output<IPConfigurationPropertiesArgs>? = null)

Properties

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

Name - The name of the resource that is unique within a resource group. This name can be used to access the resource.

Link copied to clipboard

InterfaceIPConfigurationPropertiesFormat properties of IP configuration.

Functions

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