inboundNatRules

@JvmName(name = "pbqmtysmgktpvbfm")
suspend fun inboundNatRules(value: Output<List<InboundNatRuleArgs>>)
@JvmName(name = "okpceiwosmkutotb")
suspend fun inboundNatRules(value: List<InboundNatRuleArgs>?)

Parameters

value

Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules.


@JvmName(name = "vlhogqucxnbxkhiw")
suspend fun inboundNatRules(vararg values: Output<InboundNatRuleArgs>)


@JvmName(name = "qixchurusipyeyuv")
suspend fun inboundNatRules(values: List<Output<InboundNatRuleArgs>>)
@JvmName(name = "asrimakjxgoidhcb")
suspend fun inboundNatRules(vararg values: InboundNatRuleArgs)

Parameters

values

Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules.


@JvmName(name = "xwmkkwfafrkyijtj")
suspend fun inboundNatRules(argument: List<suspend InboundNatRuleArgsBuilder.() -> Unit>)
@JvmName(name = "gybpbkxudlcaxumh")
suspend fun inboundNatRules(vararg argument: suspend InboundNatRuleArgsBuilder.() -> Unit)
@JvmName(name = "lubsfesjgfarofcw")
suspend fun inboundNatRules(argument: suspend InboundNatRuleArgsBuilder.() -> Unit)

Parameters

argument

Collection of inbound NAT Rules used by a load balancer. Defining inbound NAT rules on your load balancer is mutually exclusive with defining an inbound NAT pool. Inbound NAT pools are referenced from virtual machine scale sets. NICs that are associated with individual virtual machines cannot reference an Inbound NAT pool. They have to reference individual inbound NAT rules.