azure-native.network.getExpressRouteConnection

Explore with Pulumi AI

Gets the specified ExpressRouteConnection. API Version: 2020-11-01.

Using getExpressRouteConnection

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 getExpressRouteConnection(args: GetExpressRouteConnectionArgs, opts?: InvokeOptions): Promise<GetExpressRouteConnectionResult>
function getExpressRouteConnectionOutput(args: GetExpressRouteConnectionOutputArgs, opts?: InvokeOptions): Output<GetExpressRouteConnectionResult>
def get_express_route_connection(connection_name: Optional[str] = None,
                                 express_route_gateway_name: Optional[str] = None,
                                 resource_group_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetExpressRouteConnectionResult
def get_express_route_connection_output(connection_name: Optional[pulumi.Input[str]] = None,
                                 express_route_gateway_name: Optional[pulumi.Input[str]] = None,
                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetExpressRouteConnectionResult]
func LookupExpressRouteConnection(ctx *Context, args *LookupExpressRouteConnectionArgs, opts ...InvokeOption) (*LookupExpressRouteConnectionResult, error)
func LookupExpressRouteConnectionOutput(ctx *Context, args *LookupExpressRouteConnectionOutputArgs, opts ...InvokeOption) LookupExpressRouteConnectionResultOutput

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

public static class GetExpressRouteConnection 
{
    public static Task<GetExpressRouteConnectionResult> InvokeAsync(GetExpressRouteConnectionArgs args, InvokeOptions? opts = null)
    public static Output<GetExpressRouteConnectionResult> Invoke(GetExpressRouteConnectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExpressRouteConnectionResult> getExpressRouteConnection(GetExpressRouteConnectionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:network:getExpressRouteConnection
  arguments:
    # arguments dictionary

The following arguments are supported:

ConnectionName string

The name of the ExpressRoute connection.

ExpressRouteGatewayName string

The name of the ExpressRoute gateway.

ResourceGroupName string

The name of the resource group.

ConnectionName string

The name of the ExpressRoute connection.

ExpressRouteGatewayName string

The name of the ExpressRoute gateway.

ResourceGroupName string

The name of the resource group.

connectionName String

The name of the ExpressRoute connection.

expressRouteGatewayName String

The name of the ExpressRoute gateway.

resourceGroupName String

The name of the resource group.

connectionName string

The name of the ExpressRoute connection.

expressRouteGatewayName string

The name of the ExpressRoute gateway.

resourceGroupName string

The name of the resource group.

connection_name str

The name of the ExpressRoute connection.

express_route_gateway_name str

The name of the ExpressRoute gateway.

resource_group_name str

The name of the resource group.

connectionName String

The name of the ExpressRoute connection.

expressRouteGatewayName String

The name of the ExpressRoute gateway.

resourceGroupName String

The name of the resource group.

getExpressRouteConnection Result

The following output properties are available:

ExpressRouteCircuitPeering Pulumi.AzureNative.Network.Outputs.ExpressRouteCircuitPeeringIdResponse

The ExpressRoute circuit peering.

Name string

The name of the resource.

ProvisioningState string

The provisioning state of the express route connection resource.

AuthorizationKey string

Authorization key to establish the connection.

EnableInternetSecurity bool

Enable internet security.

ExpressRouteGatewayBypass bool

Enable FastPath to vWan Firewall hub.

Id string

Resource ID.

RoutingConfiguration Pulumi.AzureNative.Network.Outputs.RoutingConfigurationResponse

The Routing Configuration indicating the associated and propagated route tables on this connection.

RoutingWeight int

The routing weight associated to the connection.

ExpressRouteCircuitPeering ExpressRouteCircuitPeeringIdResponse

The ExpressRoute circuit peering.

Name string

The name of the resource.

ProvisioningState string

The provisioning state of the express route connection resource.

AuthorizationKey string

Authorization key to establish the connection.

EnableInternetSecurity bool

Enable internet security.

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 ExpressRouteCircuitPeeringIdResponse

The ExpressRoute circuit peering.

name String

The name of the resource.

provisioningState String

The provisioning state of the express route connection resource.

authorizationKey String

Authorization key to establish the connection.

enableInternetSecurity Boolean

Enable internet security.

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 ExpressRouteCircuitPeeringIdResponse

The ExpressRoute circuit peering.

name string

The name of the resource.

provisioningState string

The provisioning state of the express route connection resource.

authorizationKey string

Authorization key to establish the connection.

enableInternetSecurity boolean

Enable internet security.

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 ExpressRouteCircuitPeeringIdResponse

The ExpressRoute circuit peering.

name str

The name of the resource.

provisioning_state 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.

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 Property Map

The ExpressRoute circuit peering.

name String

The name of the resource.

provisioningState String

The provisioning state of the express route connection resource.

authorizationKey String

Authorization key to establish the connection.

enableInternetSecurity Boolean

Enable internet security.

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.

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.

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.

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.

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.

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.

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.

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.

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.

SubResourceResponse

Id string

Resource ID.

Id string

Resource ID.

id String

Resource ID.

id string

Resource ID.

id str

Resource ID.

id String

Resource ID.

VnetRouteResponse

StaticRoutes []StaticRouteResponse

List of all Static Routes.

staticRoutes List<StaticRouteResponse>

List of all Static Routes.

staticRoutes StaticRouteResponse[]

List of all Static Routes.

staticRoutes List<Property Map>

List of all Static Routes.

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0