Get Circuit Peering Plain Args
data class GetCircuitPeeringPlainArgs(val expressRouteCircuitName: String, val peeringType: String, val resourceGroupName: String) : ConvertibleToJava<GetCircuitPeeringPlainArgs>
A collection of arguments for invoking getCircuitPeering.
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.