azure-native.network.getRoute
Explore with Pulumi AI
Gets the specified route from a route table.
Uses Azure REST API version 2024-05-01.
Other available API versions: 2018-06-01, 2018-07-01, 2018-08-01, 2018-10-01, 2018-11-01, 2018-12-01, 2019-02-01, 2019-04-01, 2019-06-01, 2019-07-01, 2019-08-01, 2019-09-01, 2019-11-01, 2019-12-01, 2020-03-01, 2020-04-01, 2020-05-01, 2020-06-01, 2020-07-01, 2020-08-01, 2020-11-01, 2021-02-01, 2021-03-01, 2021-05-01, 2021-08-01, 2022-01-01, 2022-05-01, 2022-07-01, 2022-09-01, 2022-11-01, 2023-02-01, 2023-04-01, 2023-05-01, 2023-06-01, 2023-09-01, 2023-11-01, 2024-01-01, 2024-03-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native network [ApiVersion]. See the version guide for details.
Using getRoute
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 getRoute(args: GetRouteArgs, opts?: InvokeOptions): Promise<GetRouteResult>
function getRouteOutput(args: GetRouteOutputArgs, opts?: InvokeOptions): Output<GetRouteResult>def get_route(resource_group_name: Optional[str] = None,
              route_name: Optional[str] = None,
              route_table_name: Optional[str] = None,
              opts: Optional[InvokeOptions] = None) -> GetRouteResult
def get_route_output(resource_group_name: Optional[pulumi.Input[str]] = None,
              route_name: Optional[pulumi.Input[str]] = None,
              route_table_name: Optional[pulumi.Input[str]] = None,
              opts: Optional[InvokeOptions] = None) -> Output[GetRouteResult]func LookupRoute(ctx *Context, args *LookupRouteArgs, opts ...InvokeOption) (*LookupRouteResult, error)
func LookupRouteOutput(ctx *Context, args *LookupRouteOutputArgs, opts ...InvokeOption) LookupRouteResultOutput> Note: This function is named LookupRoute in the Go SDK.
public static class GetRoute 
{
    public static Task<GetRouteResult> InvokeAsync(GetRouteArgs args, InvokeOptions? opts = null)
    public static Output<GetRouteResult> Invoke(GetRouteInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetRouteResult> getRoute(GetRouteArgs args, InvokeOptions options)
public static Output<GetRouteResult> getRoute(GetRouteArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:network:getRoute
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Resource
Group stringName  - The name of the resource group.
 - Route
Name string - The name of the route.
 - Route
Table stringName  - The name of the route table.
 
- Resource
Group stringName  - The name of the resource group.
 - Route
Name string - The name of the route.
 - Route
Table stringName  - The name of the route table.
 
- resource
Group StringName  - The name of the resource group.
 - route
Name String - The name of the route.
 - route
Table StringName  - The name of the route table.
 
- resource
Group stringName  - The name of the resource group.
 - route
Name string - The name of the route.
 - route
Table stringName  - The name of the route table.
 
- resource_
group_ strname  - The name of the resource group.
 - route_
name str - The name of the route.
 - route_
table_ strname  - The name of the route table.
 
- resource
Group StringName  - The name of the resource group.
 - route
Name String - The name of the route.
 - route
Table StringName  - The name of the route table.
 
getRoute Result
The following output properties are available:
- Azure
Api stringVersion  - The Azure API version of the resource.
 - Etag string
 - A unique read-only string that changes whenever the resource is updated.
 - Has
Bgp boolOverride  - A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
 - Next
Hop stringType  - The type of Azure hop the packet should be sent to.
 - Provisioning
State string - The provisioning state of the route resource.
 - Address
Prefix string - The destination CIDR to which the route applies.
 - Id string
 - Resource ID.
 - Name string
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - Next
Hop stringIp Address  - The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
 - Type string
 - The type of the resource.
 
- Azure
Api stringVersion  - The Azure API version of the resource.
 - Etag string
 - A unique read-only string that changes whenever the resource is updated.
 - Has
Bgp boolOverride  - A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
 - Next
Hop stringType  - The type of Azure hop the packet should be sent to.
 - Provisioning
State string - The provisioning state of the route resource.
 - Address
Prefix string - The destination CIDR to which the route applies.
 - Id string
 - Resource ID.
 - Name string
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - Next
Hop stringIp Address  - The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
 - Type string
 - The type of the resource.
 
- azure
Api StringVersion  - The Azure API version of the resource.
 - etag String
 - A unique read-only string that changes whenever the resource is updated.
 - has
Bgp BooleanOverride  - A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
 - next
Hop StringType  - The type of Azure hop the packet should be sent to.
 - provisioning
State String - The provisioning state of the route resource.
 - address
Prefix String - The destination CIDR to which the route applies.
 - id String
 - Resource ID.
 - name String
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - next
Hop StringIp Address  - The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
 - type String
 - The type of the resource.
 
- azure
Api stringVersion  - The Azure API version of the resource.
 - etag string
 - A unique read-only string that changes whenever the resource is updated.
 - has
Bgp booleanOverride  - A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
 - next
Hop stringType  - The type of Azure hop the packet should be sent to.
 - provisioning
State string - The provisioning state of the route resource.
 - address
Prefix string - The destination CIDR to which the route applies.
 - id string
 - Resource ID.
 - name string
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - next
Hop stringIp Address  - The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
 - type string
 - The type of the resource.
 
- azure_
api_ strversion  - The Azure API version of the resource.
 - etag str
 - A unique read-only string that changes whenever the resource is updated.
 - has_
bgp_ booloverride  - A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
 - next_
hop_ strtype  - The type of Azure hop the packet should be sent to.
 - provisioning_
state str - The provisioning state of the route resource.
 - address_
prefix str - The destination CIDR to which the route applies.
 - id str
 - Resource ID.
 - name str
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - next_
hop_ strip_ address  - The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
 - type str
 - The type of the resource.
 
- azure
Api StringVersion  - The Azure API version of the resource.
 - etag String
 - A unique read-only string that changes whenever the resource is updated.
 - has
Bgp BooleanOverride  - A value indicating whether this route overrides overlapping BGP routes regardless of LPM.
 - next
Hop StringType  - The type of Azure hop the packet should be sent to.
 - provisioning
State String - The provisioning state of the route resource.
 - address
Prefix String - The destination CIDR to which the route applies.
 - id String
 - Resource ID.
 - name String
 - The name of the resource that is unique within a resource group. This name can be used to access the resource.
 - next
Hop StringIp Address  - The IP address packets should be forwarded to. Next hop values are only allowed in routes where the next hop type is VirtualAppliance.
 - type String
 - The type of the resource.
 
Package Details
- Repository
 - Azure Native pulumi/pulumi-azure-native
 - License
 - Apache-2.0