Get LBResult
data class GetLBResult(val frontendIpConfigurations: List<GetLBFrontendIpConfiguration>, val id: String, val location: String, val name: String, val privateIpAddress: String, val privateIpAddresses: List<String>, val resourceGroupName: String, val sku: String, val tags: Map<String, String>)
A collection of values returned by getLB.
Constructors
Properties
Link copied to clipboard
A frontend_ip_configuration
block as documented below.
Link copied to clipboard
Private IP Address to assign to the Load Balancer.
Link copied to clipboard
The list of private IP address assigned to the load balancer in frontend_ip_configuration
blocks, if any.
Link copied to clipboard