frontend IPConfigurations
suspend fun frontendIPConfigurations(value: Output<List<LBFrontendIPConfigurationResourceSettingsArgs>>)
Parameters
value
Gets or sets the frontend IP configurations of the load balancer.
suspend fun frontendIPConfigurations(vararg values: Output<LBFrontendIPConfigurationResourceSettingsArgs>)
suspend fun frontendIPConfigurations(values: List<Output<LBFrontendIPConfigurationResourceSettingsArgs>>)
Parameters
values
Gets or sets the frontend IP configurations of the load balancer.
suspend fun frontendIPConfigurations(argument: List<suspend LBFrontendIPConfigurationResourceSettingsArgsBuilder.() -> Unit>)
suspend fun frontendIPConfigurations(vararg argument: suspend LBFrontendIPConfigurationResourceSettingsArgsBuilder.() -> Unit)
suspend fun frontendIPConfigurations(argument: suspend LBFrontendIPConfigurationResourceSettingsArgsBuilder.() -> Unit)
Parameters
argument
Gets or sets the frontend IP configurations of the load balancer.