LbFunctions

Functions

Link copied to clipboard

Use this data source to access information about an existing Load Balancer's Backend Address Pool.

suspend fun getBackendAddressPool(loadbalancerId: String, name: String): GetBackendAddressPoolResult
Link copied to clipboard
suspend fun getLB(argument: GetLBPlainArgs): GetLBResult

Use this data source to access information about an existing Load Balancer

suspend fun getLB(argument: suspend GetLBPlainArgsBuilder.() -> Unit): GetLBResult
suspend fun getLB(name: String, resourceGroupName: String): GetLBResult
Link copied to clipboard

Use this data source to access information about an existing Load Balancer Outbound Rule.

suspend fun getLBOutboundRule(loadbalancerId: String, name: String): GetLBOutboundRuleResult
Link copied to clipboard

Use this data source to access information about an existing Load Balancer Rule.

suspend fun getLBRule(argument: suspend GetLBRulePlainArgsBuilder.() -> Unit): GetLBRuleResult
suspend fun getLBRule(loadbalancerId: String, name: String): GetLBRuleResult