ipAddressIds

@JvmName(name = "xibwjrswwsnfbyqm")
suspend fun ipAddressIds(value: Output<List<String>>)
@JvmName(name = "fsqrwkmmkolbvktl")
suspend fun ipAddressIds(value: List<String>?)

Parameters

value

The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}.


@JvmName(name = "dnbyyayskxgvnplx")
suspend fun ipAddressIds(vararg values: Output<String>)


@JvmName(name = "voaanbdkkpsnjmnq")
suspend fun ipAddressIds(values: List<Output<String>>)
@JvmName(name = "cqugeuujrbdtdrfp")
suspend fun ipAddressIds(vararg values: String)

Parameters

values

The number of IPs specified here limits the maximum size of the Pool - 100 dedicated nodes or 100 Spot/low-priority nodes can be allocated for each public IP. For example, a pool needing 250 dedicated VMs would need at least 3 public IPs specified. Each element of this collection is of the form: /subscriptions/{subscription}/resourceGroups/{group}/providers/Microsoft.Network/publicIPAddresses/{ip}.