Windows Virtual Machine Scale Set Network Interface Ip Configuration Public Ip Address Args
data class WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs(val domainNameLabel: Output<String>? = null, val idleTimeoutInMinutes: Output<Int>? = null, val ipTags: Output<List<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs>>? = null, val name: Output<String>, val publicIpPrefixId: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs>
Constructors
Link copied to clipboard
constructor(domainNameLabel: Output<String>? = null, idleTimeoutInMinutes: Output<Int>? = null, ipTags: Output<List<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs>>? = null, name: Output<String>, publicIpPrefixId: Output<String>? = null, version: Output<String>? = null)
Properties
Link copied to clipboard
The Prefix which should be used for the Domain Name Label for each Virtual Machine Instance. Azure concatenates the Domain Name Label and Virtual Machine Index to create a unique Domain Name Label for each Virtual Machine.
Link copied to clipboard
The Idle Timeout in Minutes for the Public IP Address. Possible values are in the range 4
to 32
.
Link copied to clipboard
val ipTags: Output<List<WindowsVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressIpTagArgs>>? = null
One or more ip_tag
blocks as defined above. Changing this forces a new resource to be created.
Link copied to clipboard
The ID of the Public IP Address Prefix from where Public IP Addresses should be allocated. Changing this forces a new resource to be created.