GetCircuitPeeringPlainArgs

data class GetCircuitPeeringPlainArgs(val expressRouteCircuitName: String, val peeringType: String, val resourceGroupName: String) : ConvertibleToJava<GetCircuitPeeringPlainArgs>

A collection of arguments for invoking getCircuitPeering.

Constructors

Link copied to clipboard
constructor(expressRouteCircuitName: String, peeringType: String, resourceGroupName: String)

Properties

Link copied to clipboard

The name of the ExpressRoute Circuit in which to create the Peering. Changing this forces a new resource to be created.

Link copied to clipboard

The type of the ExpressRoute Circuit Peering. Acceptable values include AzurePrivatePeering, AzurePublicPeering and MicrosoftPeering.

Link copied to clipboard

The name of the resource group in which to create the Express Route Circuit Peering. Changing this forces a new resource to be created.

Functions

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