getRoutingRuleCollection

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

Return

Defines the routing rule collection.

Parameters

argument

null


suspend fun getRoutingRuleCollection(configurationName: String, networkManagerName: String, resourceGroupName: String, ruleCollectionName: String): GetRoutingRuleCollectionResult

Return

Defines the routing rule collection.

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.

See also


Return

Defines the routing rule collection.

Parameters

argument

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

See also