getRoutingRule

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

Return

Network routing rule.

Parameters

argument

null


suspend fun getRoutingRule(configurationName: String, networkManagerName: String, resourceGroupName: String, ruleCollectionName: String, ruleName: String): GetRoutingRuleResult

Return

Network routing rule.

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.

ruleCollectionName

The name of the network manager routing Configuration rule collection.

ruleName

The name of the rule.

See also


Return

Network routing rule.

Parameters

argument

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

See also