get Routing Rule Collection
suspend fun getRoutingRuleCollection(argument: GetRoutingRuleCollectionPlainArgs): GetRoutingRuleCollectionResult
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
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.
rule Collection Name
The name of the network manager routing Configuration rule collection.
See also
suspend fun getRoutingRuleCollection(argument: suspend GetRoutingRuleCollectionPlainArgsBuilder.() -> Unit): GetRoutingRuleCollectionResult
Return
Defines the routing rule collection.
Parameters
argument
Builder for com.pulumi.azurenative.network.kotlin.inputs.GetRoutingRuleCollectionPlainArgs.