public Ip Addresses
suspend fun publicIpAddresses(value: Output<List<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs>>)
suspend fun publicIpAddresses(value: List<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs>?)
Parameters
value
A public_ip_address
block as defined below.
suspend fun publicIpAddresses(vararg values: Output<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs>)
suspend fun publicIpAddresses(values: List<Output<OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs>>)
suspend fun publicIpAddresses(vararg values: OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgs)
Parameters
values
A public_ip_address
block as defined below.
suspend fun publicIpAddresses(argument: List<suspend OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgsBuilder.() -> Unit>)
suspend fun publicIpAddresses(vararg argument: suspend OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgsBuilder.() -> Unit)
suspend fun publicIpAddresses(argument: suspend OrchestratedVirtualMachineScaleSetNetworkInterfaceIpConfigurationPublicIpAddressArgsBuilder.() -> Unit)
Parameters
argument
A public_ip_address
block as defined below.