get Network Manager Routing Configuration
suspend fun getNetworkManagerRoutingConfiguration(argument: GetNetworkManagerRoutingConfigurationPlainArgs): GetNetworkManagerRoutingConfigurationResult
Retrieves a network manager routing configuration. Uses Azure REST API version 2024-05-01. Other available API versions: 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/#accessing-any-api-version-via-local-packages for details.
Return
Defines the routing configuration
Parameters
argument
null
suspend fun getNetworkManagerRoutingConfiguration(configurationName: String, networkManagerName: String, resourceGroupName: String): GetNetworkManagerRoutingConfigurationResult
Return
Defines the routing configuration
Parameters
configuration Name
The name of the network manager Routing Configuration.
network Manager Name
The name of the network manager.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getNetworkManagerRoutingConfiguration(argument: suspend GetNetworkManagerRoutingConfigurationPlainArgsBuilder.() -> Unit): GetNetworkManagerRoutingConfigurationResult
Return
Defines the routing configuration
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetNetworkManagerRoutingConfigurationPlainArgs.