getVirtualNetworkGatewayAdvertisedRoutes

This operation retrieves a list of routes the virtual network gateway is advertising to the specified peer. Uses Azure REST API version 2023-02-01. Other available API versions: 2019-08-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.

Return

List of virtual network gateway routes.

Parameters

argument

null


suspend fun getVirtualNetworkGatewayAdvertisedRoutes(peer: String, resourceGroupName: String, virtualNetworkGatewayName: String): GetVirtualNetworkGatewayAdvertisedRoutesResult

Return

List of virtual network gateway routes.

Parameters

peer

The IP address of the peer.

resourceGroupName

The name of the resource group.

virtualNetworkGatewayName

The name of the virtual network gateway.

See also


Return

List of virtual network gateway routes.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetVirtualNetworkGatewayAdvertisedRoutesPlainArgs.

See also