ipConfigurations

@JvmName(name = "dmpxslqibnwmkrma")
suspend fun ipConfigurations(value: Output<List<ApplicationGatewayPrivateLinkConfigurationIpConfigurationArgs>>)

Parameters

value

One or more ip_configuration blocks as defined below.

Please Note: The AllowApplicationGatewayPrivateLink feature must be registered on the subscription before enabling private link

az feature register --name AllowApplicationGatewayPrivateLink --namespace Microsoft.Network

@JvmName(name = "qdpueicxjrskknpe")
suspend fun ipConfigurations(vararg values: Output<ApplicationGatewayPrivateLinkConfigurationIpConfigurationArgs>)


@JvmName(name = "akbykneyelpcjdba")
suspend fun ipConfigurations(values: List<Output<ApplicationGatewayPrivateLinkConfigurationIpConfigurationArgs>>)
@JvmName(name = "qapbsdebdcgbxvqi")
suspend fun ipConfigurations(vararg values: ApplicationGatewayPrivateLinkConfigurationIpConfigurationArgs)

Parameters

values

One or more ip_configuration blocks as defined below.

Please Note: The AllowApplicationGatewayPrivateLink feature must be registered on the subscription before enabling private link

az feature register --name AllowApplicationGatewayPrivateLink --namespace Microsoft.Network

@JvmName(name = "hdfbtltyowkmrofb")
suspend fun ipConfigurations(argument: List<suspend ApplicationGatewayPrivateLinkConfigurationIpConfigurationArgsBuilder.() -> Unit>)
@JvmName(name = "naskqovsyfkkebsa")
suspend fun ipConfigurations(vararg argument: suspend ApplicationGatewayPrivateLinkConfigurationIpConfigurationArgsBuilder.() -> Unit)
@JvmName(name = "rrrytjljbwbfjsmg")
suspend fun ipConfigurations(argument: suspend ApplicationGatewayPrivateLinkConfigurationIpConfigurationArgsBuilder.() -> Unit)

Parameters

argument

One or more ip_configuration blocks as defined below.

Please Note: The AllowApplicationGatewayPrivateLink feature must be registered on the subscription before enabling private link

az feature register --name AllowApplicationGatewayPrivateLink --namespace Microsoft.Network