Skip to main content

edge_gateway_pools

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

Overview

Nameedge_gateway_pools
TypeResource
Idazure_stack.fabric_admin.edge_gateway_pools

Fields

NameDatatypeDescription
idtextURI of the resource.
nametextName of the resource.
edgeGatewayPooltextfield from the properties object
edge_gatewaystextfield from the properties object
gateway_capacity_kilo_bits_per_secondtextfield from the properties object
gateway_typetextfield from the properties object
gre_vip_subnettextfield from the properties object
locationtextThe region where the resource is located.
number_of_gatewaystextfield from the properties object
public_ip_addresstextfield from the properties object
redundant_gateway_counttextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextList of key-value pairs.
typetextType of resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTedgeGatewayPool, location, resourceGroupName, subscriptionIdReturns the requested edge gateway pool object.
listSELECTlocation, resourceGroupName, subscriptionIdReturns a list of all edge gateway pool objects at a location.

SELECT examples

Returns a list of all edge gateway pool objects at a location.

SELECT
id,
name,
edgeGatewayPool,
edge_gateways,
gateway_capacity_kilo_bits_per_second,
gateway_type,
gre_vip_subnet,
location,
number_of_gateways,
public_ip_address,
redundant_gateway_count,
resourceGroupName,
subscriptionId,
tags,
type
FROM azure_stack.fabric_admin.vw_edge_gateway_pools
WHERE location = '{{ location }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';