ArmAvsModelFactory.ExpressRouteCircuit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ExpressRouteCircuit.
public static Azure.ResourceManager.Avs.Models.ExpressRouteCircuit ExpressRouteCircuit (string primarySubnet = default, string secondarySubnet = default, Azure.Core.ResourceIdentifier expressRouteId = default, Azure.Core.ResourceIdentifier expressRoutePrivatePeeringId = default);
static member ExpressRouteCircuit : string * string * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Avs.Models.ExpressRouteCircuit
Public Shared Function ExpressRouteCircuit (Optional primarySubnet As String = Nothing, Optional secondarySubnet As String = Nothing, Optional expressRouteId As ResourceIdentifier = Nothing, Optional expressRoutePrivatePeeringId As ResourceIdentifier = Nothing) As ExpressRouteCircuit
Parameters
- primarySubnet
- String
CIDR of primary subnet.
- secondarySubnet
- String
CIDR of secondary subnet.
- expressRouteId
- ResourceIdentifier
Identifier of the ExpressRoute Circuit (Microsoft Colo only).
- expressRoutePrivatePeeringId
- ResourceIdentifier
ExpressRoute Circuit private peering identifier.
Returns
A new ExpressRouteCircuit instance for mocking.
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.