Skip to main content

load_balancers

Creates, updates, deletes, gets or lists a load_balancers resource.

Overview

Nameload_balancers
TypeResource
Idazure_stack.network_admin.load_balancers

Fields

NameDatatypeDescription
idstringURI of the resource.
namestringName of the resource.
locationstringRegion location of resource.
propertiesobjectProperties of a load balancer.
tagsobjectList of key value pairs.
typestringType of resource.

Methods

NameAccessible byRequired ParamsDescription
listSELECTsubscriptionIdGet a list of all load balancers.

SELECT examples

Get a list of all load balancers.

SELECT
id,
name,
location,
properties,
tags,
type
FROM azure_stack.network_admin.load_balancers
WHERE subscriptionId = '{{ subscriptionId }}';