GetLBResult

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

Link copied to clipboard
constructor(frontendIpConfigurations: List<GetLBFrontendIpConfiguration>, id: String, location: String, name: String, privateIpAddress: String, privateIpAddresses: List<String>, resourceGroupName: String, sku: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A frontend_ip_configuration block as documented below.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure location where the Load Balancer exists.

Link copied to clipboard

The name of the Frontend IP Configuration.

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
Link copied to clipboard
val sku: String

The SKU of the Load Balancer.

Link copied to clipboard

A mapping of tags assigned to the resource.