1. Packages
  2. Azure Native v2
  3. API Docs
  4. network
  5. getExpressRouteGateway
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

azure-native-v2.network.getExpressRouteGateway

Explore with Pulumi AI

These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi

Fetches the details of a ExpressRoute gateway in a resource group. Azure REST API version: 2023-02-01.

Other available API versions: 2021-03-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01, 2024-05-01.

Using getExpressRouteGateway

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getExpressRouteGateway(args: GetExpressRouteGatewayArgs, opts?: InvokeOptions): Promise<GetExpressRouteGatewayResult>
function getExpressRouteGatewayOutput(args: GetExpressRouteGatewayOutputArgs, opts?: InvokeOptions): Output<GetExpressRouteGatewayResult>
Copy
def get_express_route_gateway(express_route_gateway_name: Optional[str] = None,
                              resource_group_name: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetExpressRouteGatewayResult
def get_express_route_gateway_output(express_route_gateway_name: Optional[pulumi.Input[str]] = None,
                              resource_group_name: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetExpressRouteGatewayResult]
Copy
func LookupExpressRouteGateway(ctx *Context, args *LookupExpressRouteGatewayArgs, opts ...InvokeOption) (*LookupExpressRouteGatewayResult, error)
func LookupExpressRouteGatewayOutput(ctx *Context, args *LookupExpressRouteGatewayOutputArgs, opts ...InvokeOption) LookupExpressRouteGatewayResultOutput
Copy

> Note: This function is named LookupExpressRouteGateway in the Go SDK.

public static class GetExpressRouteGateway 
{
    public static Task<GetExpressRouteGatewayResult> InvokeAsync(GetExpressRouteGatewayArgs args, InvokeOptions? opts = null)
    public static Output<GetExpressRouteGatewayResult> Invoke(GetExpressRouteGatewayInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetExpressRouteGatewayResult> getExpressRouteGateway(GetExpressRouteGatewayArgs args, InvokeOptions options)
public static Output<GetExpressRouteGatewayResult> getExpressRouteGateway(GetExpressRouteGatewayArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:network:getExpressRouteGateway
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

ExpressRouteGatewayName
This property is required.
Changes to this property will trigger replacement.
string
The name of the ExpressRoute gateway.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
ExpressRouteGatewayName
This property is required.
Changes to this property will trigger replacement.
string
The name of the ExpressRoute gateway.
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
expressRouteGatewayName
This property is required.
Changes to this property will trigger replacement.
String
The name of the ExpressRoute gateway.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.
expressRouteGatewayName
This property is required.
Changes to this property will trigger replacement.
string
The name of the ExpressRoute gateway.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group.
express_route_gateway_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the ExpressRoute gateway.
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group.
expressRouteGatewayName
This property is required.
Changes to this property will trigger replacement.
String
The name of the ExpressRoute gateway.
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group.

getExpressRouteGateway Result

The following output properties are available:

Etag string
A unique read-only string that changes whenever the resource is updated.
Name string
Resource name.
ProvisioningState string
The provisioning state of the express route gateway resource.
Type string
Resource type.
VirtualHub Pulumi.AzureNative.Network.Outputs.VirtualHubIdResponse
The Virtual Hub where the ExpressRoute gateway is or will be deployed.
AllowNonVirtualWanTraffic bool
Configures this gateway to accept traffic from non Virtual WAN networks.
AutoScaleConfiguration Pulumi.AzureNative.Network.Outputs.ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration
Configuration for auto scaling.
ExpressRouteConnections List<Pulumi.AzureNative.Network.Outputs.ExpressRouteConnectionResponse>
List of ExpressRoute connections to the ExpressRoute gateway.
Id string
Resource ID.
Location string
Resource location.
Tags Dictionary<string, string>
Resource tags.
Etag string
A unique read-only string that changes whenever the resource is updated.
Name string
Resource name.
ProvisioningState string
The provisioning state of the express route gateway resource.
Type string
Resource type.
VirtualHub VirtualHubIdResponse
The Virtual Hub where the ExpressRoute gateway is or will be deployed.
AllowNonVirtualWanTraffic bool
Configures this gateway to accept traffic from non Virtual WAN networks.
AutoScaleConfiguration ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration
Configuration for auto scaling.
ExpressRouteConnections []ExpressRouteConnectionResponse
List of ExpressRoute connections to the ExpressRoute gateway.
Id string
Resource ID.
Location string
Resource location.
Tags map[string]string
Resource tags.
etag String
A unique read-only string that changes whenever the resource is updated.
name String
Resource name.
provisioningState String
The provisioning state of the express route gateway resource.
type String
Resource type.
virtualHub VirtualHubIdResponse
The Virtual Hub where the ExpressRoute gateway is or will be deployed.
allowNonVirtualWanTraffic Boolean
Configures this gateway to accept traffic from non Virtual WAN networks.
autoScaleConfiguration ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration
Configuration for auto scaling.
expressRouteConnections List<ExpressRouteConnectionResponse>
List of ExpressRoute connections to the ExpressRoute gateway.
id String
Resource ID.
location String
Resource location.
tags Map<String,String>
Resource tags.
etag string
A unique read-only string that changes whenever the resource is updated.
name string
Resource name.
provisioningState string
The provisioning state of the express route gateway resource.
type string
Resource type.
virtualHub VirtualHubIdResponse
The Virtual Hub where the ExpressRoute gateway is or will be deployed.
allowNonVirtualWanTraffic boolean
Configures this gateway to accept traffic from non Virtual WAN networks.
autoScaleConfiguration ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration
Configuration for auto scaling.
expressRouteConnections ExpressRouteConnectionResponse[]
List of ExpressRoute connections to the ExpressRoute gateway.
id string
Resource ID.
location string
Resource location.
tags {[key: string]: string}
Resource tags.
etag str
A unique read-only string that changes whenever the resource is updated.
name str
Resource name.
provisioning_state str
The provisioning state of the express route gateway resource.
type str
Resource type.
virtual_hub VirtualHubIdResponse
The Virtual Hub where the ExpressRoute gateway is or will be deployed.
allow_non_virtual_wan_traffic bool
Configures this gateway to accept traffic from non Virtual WAN networks.
auto_scale_configuration ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration
Configuration for auto scaling.
express_route_connections Sequence[ExpressRouteConnectionResponse]
List of ExpressRoute connections to the ExpressRoute gateway.
id str
Resource ID.
location str
Resource location.
tags Mapping[str, str]
Resource tags.
etag String
A unique read-only string that changes whenever the resource is updated.
name String
Resource name.
provisioningState String
The provisioning state of the express route gateway resource.
type String
Resource type.
virtualHub Property Map
The Virtual Hub where the ExpressRoute gateway is or will be deployed.
allowNonVirtualWanTraffic Boolean
Configures this gateway to accept traffic from non Virtual WAN networks.
autoScaleConfiguration Property Map
Configuration for auto scaling.
expressRouteConnections List<Property Map>
List of ExpressRoute connections to the ExpressRoute gateway.
id String
Resource ID.
location String
Resource location.
tags Map<String>
Resource tags.

Supporting Types

ExpressRouteCircuitPeeringIdResponse

Id string
The ID of the ExpressRoute circuit peering.
Id string
The ID of the ExpressRoute circuit peering.
id String
The ID of the ExpressRoute circuit peering.
id string
The ID of the ExpressRoute circuit peering.
id str
The ID of the ExpressRoute circuit peering.
id String
The ID of the ExpressRoute circuit peering.

ExpressRouteConnectionResponse

ExpressRouteCircuitPeering This property is required. Pulumi.AzureNative.Network.Inputs.ExpressRouteCircuitPeeringIdResponse
The ExpressRoute circuit peering.
Name This property is required. string
The name of the resource.
ProvisioningState This property is required. string
The provisioning state of the express route connection resource.
AuthorizationKey string
Authorization key to establish the connection.
EnableInternetSecurity bool
Enable internet security.
EnablePrivateLinkFastPath bool
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
ExpressRouteGatewayBypass bool
Enable FastPath to vWan Firewall hub.
Id string
Resource ID.
RoutingConfiguration Pulumi.AzureNative.Network.Inputs.RoutingConfigurationResponse
The Routing Configuration indicating the associated and propagated route tables on this connection.
RoutingWeight int
The routing weight associated to the connection.
ExpressRouteCircuitPeering This property is required. ExpressRouteCircuitPeeringIdResponse
The ExpressRoute circuit peering.
Name This property is required. string
The name of the resource.
ProvisioningState This property is required. string
The provisioning state of the express route connection resource.
AuthorizationKey string
Authorization key to establish the connection.
EnableInternetSecurity bool
Enable internet security.
EnablePrivateLinkFastPath bool
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
ExpressRouteGatewayBypass bool
Enable FastPath to vWan Firewall hub.
Id string
Resource ID.
RoutingConfiguration RoutingConfigurationResponse
The Routing Configuration indicating the associated and propagated route tables on this connection.
RoutingWeight int
The routing weight associated to the connection.
expressRouteCircuitPeering This property is required. ExpressRouteCircuitPeeringIdResponse
The ExpressRoute circuit peering.
name This property is required. String
The name of the resource.
provisioningState This property is required. String
The provisioning state of the express route connection resource.
authorizationKey String
Authorization key to establish the connection.
enableInternetSecurity Boolean
Enable internet security.
enablePrivateLinkFastPath Boolean
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
expressRouteGatewayBypass Boolean
Enable FastPath to vWan Firewall hub.
id String
Resource ID.
routingConfiguration RoutingConfigurationResponse
The Routing Configuration indicating the associated and propagated route tables on this connection.
routingWeight Integer
The routing weight associated to the connection.
expressRouteCircuitPeering This property is required. ExpressRouteCircuitPeeringIdResponse
The ExpressRoute circuit peering.
name This property is required. string
The name of the resource.
provisioningState This property is required. string
The provisioning state of the express route connection resource.
authorizationKey string
Authorization key to establish the connection.
enableInternetSecurity boolean
Enable internet security.
enablePrivateLinkFastPath boolean
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
expressRouteGatewayBypass boolean
Enable FastPath to vWan Firewall hub.
id string
Resource ID.
routingConfiguration RoutingConfigurationResponse
The Routing Configuration indicating the associated and propagated route tables on this connection.
routingWeight number
The routing weight associated to the connection.
express_route_circuit_peering This property is required. ExpressRouteCircuitPeeringIdResponse
The ExpressRoute circuit peering.
name This property is required. str
The name of the resource.
provisioning_state This property is required. str
The provisioning state of the express route connection resource.
authorization_key str
Authorization key to establish the connection.
enable_internet_security bool
Enable internet security.
enable_private_link_fast_path bool
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
express_route_gateway_bypass bool
Enable FastPath to vWan Firewall hub.
id str
Resource ID.
routing_configuration RoutingConfigurationResponse
The Routing Configuration indicating the associated and propagated route tables on this connection.
routing_weight int
The routing weight associated to the connection.
expressRouteCircuitPeering This property is required. Property Map
The ExpressRoute circuit peering.
name This property is required. String
The name of the resource.
provisioningState This property is required. String
The provisioning state of the express route connection resource.
authorizationKey String
Authorization key to establish the connection.
enableInternetSecurity Boolean
Enable internet security.
enablePrivateLinkFastPath Boolean
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
expressRouteGatewayBypass Boolean
Enable FastPath to vWan Firewall hub.
id String
Resource ID.
routingConfiguration Property Map
The Routing Configuration indicating the associated and propagated route tables on this connection.
routingWeight Number
The routing weight associated to the connection.

ExpressRouteGatewayPropertiesResponseAutoScaleConfiguration

Bounds ExpressRouteGatewayPropertiesResponseBounds
Minimum and maximum number of scale units to deploy.
bounds ExpressRouteGatewayPropertiesResponseBounds
Minimum and maximum number of scale units to deploy.
bounds ExpressRouteGatewayPropertiesResponseBounds
Minimum and maximum number of scale units to deploy.
bounds ExpressRouteGatewayPropertiesResponseBounds
Minimum and maximum number of scale units to deploy.
bounds Property Map
Minimum and maximum number of scale units to deploy.

ExpressRouteGatewayPropertiesResponseBounds

Max int
Maximum number of scale units deployed for ExpressRoute gateway.
Min int
Minimum number of scale units deployed for ExpressRoute gateway.
Max int
Maximum number of scale units deployed for ExpressRoute gateway.
Min int
Minimum number of scale units deployed for ExpressRoute gateway.
max Integer
Maximum number of scale units deployed for ExpressRoute gateway.
min Integer
Minimum number of scale units deployed for ExpressRoute gateway.
max number
Maximum number of scale units deployed for ExpressRoute gateway.
min number
Minimum number of scale units deployed for ExpressRoute gateway.
max int
Maximum number of scale units deployed for ExpressRoute gateway.
min int
Minimum number of scale units deployed for ExpressRoute gateway.
max Number
Maximum number of scale units deployed for ExpressRoute gateway.
min Number
Minimum number of scale units deployed for ExpressRoute gateway.

PropagatedRouteTableResponse

Ids List<Pulumi.AzureNative.Network.Inputs.SubResourceResponse>
The list of resource ids of all the RouteTables.
Labels List<string>
The list of labels.
Ids []SubResourceResponse
The list of resource ids of all the RouteTables.
Labels []string
The list of labels.
ids List<SubResourceResponse>
The list of resource ids of all the RouteTables.
labels List<String>
The list of labels.
ids SubResourceResponse[]
The list of resource ids of all the RouteTables.
labels string[]
The list of labels.
ids Sequence[SubResourceResponse]
The list of resource ids of all the RouteTables.
labels Sequence[str]
The list of labels.
ids List<Property Map>
The list of resource ids of all the RouteTables.
labels List<String>
The list of labels.

RoutingConfigurationResponse

AssociatedRouteTable Pulumi.AzureNative.Network.Inputs.SubResourceResponse
The resource id RouteTable associated with this RoutingConfiguration.
InboundRouteMap Pulumi.AzureNative.Network.Inputs.SubResourceResponse
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
OutboundRouteMap Pulumi.AzureNative.Network.Inputs.SubResourceResponse
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
PropagatedRouteTables Pulumi.AzureNative.Network.Inputs.PropagatedRouteTableResponse
The list of RouteTables to advertise the routes to.
VnetRoutes Pulumi.AzureNative.Network.Inputs.VnetRouteResponse
List of routes that control routing from VirtualHub into a virtual network connection.
AssociatedRouteTable SubResourceResponse
The resource id RouteTable associated with this RoutingConfiguration.
InboundRouteMap SubResourceResponse
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
OutboundRouteMap SubResourceResponse
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
PropagatedRouteTables PropagatedRouteTableResponse
The list of RouteTables to advertise the routes to.
VnetRoutes VnetRouteResponse
List of routes that control routing from VirtualHub into a virtual network connection.
associatedRouteTable SubResourceResponse
The resource id RouteTable associated with this RoutingConfiguration.
inboundRouteMap SubResourceResponse
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
outboundRouteMap SubResourceResponse
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
propagatedRouteTables PropagatedRouteTableResponse
The list of RouteTables to advertise the routes to.
vnetRoutes VnetRouteResponse
List of routes that control routing from VirtualHub into a virtual network connection.
associatedRouteTable SubResourceResponse
The resource id RouteTable associated with this RoutingConfiguration.
inboundRouteMap SubResourceResponse
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
outboundRouteMap SubResourceResponse
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
propagatedRouteTables PropagatedRouteTableResponse
The list of RouteTables to advertise the routes to.
vnetRoutes VnetRouteResponse
List of routes that control routing from VirtualHub into a virtual network connection.
associated_route_table SubResourceResponse
The resource id RouteTable associated with this RoutingConfiguration.
inbound_route_map SubResourceResponse
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
outbound_route_map SubResourceResponse
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
propagated_route_tables PropagatedRouteTableResponse
The list of RouteTables to advertise the routes to.
vnet_routes VnetRouteResponse
List of routes that control routing from VirtualHub into a virtual network connection.
associatedRouteTable Property Map
The resource id RouteTable associated with this RoutingConfiguration.
inboundRouteMap Property Map
The resource id of the RouteMap associated with this RoutingConfiguration for inbound learned routes.
outboundRouteMap Property Map
The resource id of theRouteMap associated with this RoutingConfiguration for outbound advertised routes.
propagatedRouteTables Property Map
The list of RouteTables to advertise the routes to.
vnetRoutes Property Map
List of routes that control routing from VirtualHub into a virtual network connection.

StaticRouteResponse

AddressPrefixes List<string>
List of all address prefixes.
Name string
The name of the StaticRoute that is unique within a VnetRoute.
NextHopIpAddress string
The ip address of the next hop.
AddressPrefixes []string
List of all address prefixes.
Name string
The name of the StaticRoute that is unique within a VnetRoute.
NextHopIpAddress string
The ip address of the next hop.
addressPrefixes List<String>
List of all address prefixes.
name String
The name of the StaticRoute that is unique within a VnetRoute.
nextHopIpAddress String
The ip address of the next hop.
addressPrefixes string[]
List of all address prefixes.
name string
The name of the StaticRoute that is unique within a VnetRoute.
nextHopIpAddress string
The ip address of the next hop.
address_prefixes Sequence[str]
List of all address prefixes.
name str
The name of the StaticRoute that is unique within a VnetRoute.
next_hop_ip_address str
The ip address of the next hop.
addressPrefixes List<String>
List of all address prefixes.
name String
The name of the StaticRoute that is unique within a VnetRoute.
nextHopIpAddress String
The ip address of the next hop.

StaticRoutesConfigResponse

PropagateStaticRoutes This property is required. bool
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
VnetLocalRouteOverrideCriteria string
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
PropagateStaticRoutes This property is required. bool
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
VnetLocalRouteOverrideCriteria string
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
propagateStaticRoutes This property is required. Boolean
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
vnetLocalRouteOverrideCriteria String
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
propagateStaticRoutes This property is required. boolean
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
vnetLocalRouteOverrideCriteria string
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
propagate_static_routes This property is required. bool
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
vnet_local_route_override_criteria str
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.
propagateStaticRoutes This property is required. Boolean
Boolean indicating whether static routes on this connection are automatically propagate to route tables which this connection propagates to.
vnetLocalRouteOverrideCriteria String
Parameter determining whether NVA in spoke vnet is bypassed for traffic with destination in spoke.

SubResourceResponse

Id This property is required. string
Resource ID.
Id This property is required. string
Resource ID.
id This property is required. String
Resource ID.
id This property is required. string
Resource ID.
id This property is required. str
Resource ID.
id This property is required. String
Resource ID.

VirtualHubIdResponse

Id string
The resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed. The Virtual Hub resource and the ExpressRoute gateway resource reside in the same subscription.
Id string
The resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed. The Virtual Hub resource and the ExpressRoute gateway resource reside in the same subscription.
id String
The resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed. The Virtual Hub resource and the ExpressRoute gateway resource reside in the same subscription.
id string
The resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed. The Virtual Hub resource and the ExpressRoute gateway resource reside in the same subscription.
id str
The resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed. The Virtual Hub resource and the ExpressRoute gateway resource reside in the same subscription.
id String
The resource URI for the Virtual Hub where the ExpressRoute gateway is or will be deployed. The Virtual Hub resource and the ExpressRoute gateway resource reside in the same subscription.

VnetRouteResponse

BgpConnections This property is required. List<Pulumi.AzureNative.Network.Inputs.SubResourceResponse>
The list of references to HubBgpConnection objects.
StaticRoutes List<Pulumi.AzureNative.Network.Inputs.StaticRouteResponse>
List of all Static Routes.
StaticRoutesConfig Pulumi.AzureNative.Network.Inputs.StaticRoutesConfigResponse
Configuration for static routes on this HubVnetConnection.
BgpConnections This property is required. []SubResourceResponse
The list of references to HubBgpConnection objects.
StaticRoutes []StaticRouteResponse
List of all Static Routes.
StaticRoutesConfig StaticRoutesConfigResponse
Configuration for static routes on this HubVnetConnection.
bgpConnections This property is required. List<SubResourceResponse>
The list of references to HubBgpConnection objects.
staticRoutes List<StaticRouteResponse>
List of all Static Routes.
staticRoutesConfig StaticRoutesConfigResponse
Configuration for static routes on this HubVnetConnection.
bgpConnections This property is required. SubResourceResponse[]
The list of references to HubBgpConnection objects.
staticRoutes StaticRouteResponse[]
List of all Static Routes.
staticRoutesConfig StaticRoutesConfigResponse
Configuration for static routes on this HubVnetConnection.
bgp_connections This property is required. Sequence[SubResourceResponse]
The list of references to HubBgpConnection objects.
static_routes Sequence[StaticRouteResponse]
List of all Static Routes.
static_routes_config StaticRoutesConfigResponse
Configuration for static routes on this HubVnetConnection.
bgpConnections This property is required. List<Property Map>
The list of references to HubBgpConnection objects.
staticRoutes List<Property Map>
List of all Static Routes.
staticRoutesConfig Property Map
Configuration for static routes on this HubVnetConnection.

Package Details

Repository
azure-native-v2 pulumi/pulumi-azure-native
License
Apache-2.0
These are the docs for Azure Native v2. We recommenend using the latest version, Azure Native v3.
Azure Native v2 v2.90.0 published on Thursday, Mar 27, 2025 by Pulumi