GetRoutingRulePlainArgs

data class GetRoutingRulePlainArgs(val configurationName: String, val networkManagerName: String, val resourceGroupName: String, val ruleCollectionName: String, val ruleName: String) : ConvertibleToJava<GetRoutingRulePlainArgs>

Constructors

Link copied to clipboard
constructor(configurationName: String, networkManagerName: String, resourceGroupName: String, ruleCollectionName: String, ruleName: String)

Properties

Link copied to clipboard

The name of the network manager Routing Configuration.

Link copied to clipboard

The name of the network manager.

Link copied to clipboard

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

Link copied to clipboard

The name of the network manager routing Configuration rule collection.

Link copied to clipboard

The name of the rule.

Functions

Link copied to clipboard
open override fun toJava(): GetRoutingRulePlainArgs