Get Load Balancer Result
data class GetLoadBalancerResult(val addresses: List<String>, val advertiseMode: String, val bgpPeers: List<String>? = null, val id: String, val name: String, val provisioningState: String, val serviceSelector: Map<String, String>? = null, val systemData: SystemDataResponse, val type: String)
A LoadBalancer resource for an Arc connected cluster (Microsoft.Kubernetes/connectedClusters)
Constructors
Properties
Link copied to clipboard
Advertise Mode
Link copied to clipboard
Resource provision state
Link copied to clipboard
A dynamic label mapping to select related services. For instance, if you want to create a load balancer only for services with label "a=b", then please specify {"a": "b"} in the field.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.