getNetworkManagerRoutingConfiguration

Retrieves a network manager routing configuration. Uses Azure REST API version 2024-03-01. Other available API versions: 2024-05-01.

Return

Defines the routing configuration

Parameters

argument

null


suspend fun getNetworkManagerRoutingConfiguration(configurationName: String, networkManagerName: String, resourceGroupName: String): GetNetworkManagerRoutingConfigurationResult

Return

Defines the routing configuration

Parameters

configurationName

The name of the network manager Routing Configuration.

networkManagerName

The name of the network manager.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

Defines the routing configuration

Parameters

argument

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

See also