load_balancers
Creates, updates, deletes, gets or lists a load_balancers
resource.
Overview
Name | load_balancers |
Type | Resource |
Id | azure_stack.network_admin.load_balancers |
Fields
Name | Datatype | Description |
---|---|---|
id | string | URI of the resource. |
name | string | Name of the resource. |
location | string | Region location of resource. |
properties | object | Properties of a load balancer. |
tags | object | List of key value pairs. |
type | string | Type of resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | subscriptionId | Get 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 }}';