GetRoutingIntentPlainArgs

data class GetRoutingIntentPlainArgs(val resourceGroupName: String, val routingIntentName: String, val virtualHubName: String) : ConvertibleToJava<GetRoutingIntentPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, routingIntentName: String, virtualHubName: String)

Properties

Link copied to clipboard

The resource group name of the RoutingIntent.

Link copied to clipboard

The name of the RoutingIntent.

Link copied to clipboard

The name of the VirtualHub.

Functions

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