WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs

data class WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs(val tag: Output<String>, val type: Output<String>) : ConvertibleToJava<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs>

Constructors

constructor(tag: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val tag: Output<String>

The IP Tag associated with the Public IP, such as SQL or Storage. Changing this forces a new resource to be created.

Link copied to clipboard
val type: Output<String>

The Type of IP Tag, such as FirstPartyUsage. Changing this forces a new resource to be created.

Functions

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