Circuit Constructors
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.
Overloads
Circuit() |
Initializes a new instance of the Circuit class. |
Circuit(String, String, String, String) |
Initializes a new instance of the Circuit class. |
Circuit()
Initializes a new instance of the Circuit class.
public Circuit ();
Public Sub New ()
Applies to
Circuit(String, String, String, String)
Initializes a new instance of the Circuit class.
public Circuit (string primarySubnet = default, string secondarySubnet = default, string expressRouteID = default, string expressRoutePrivatePeeringID = default);
new Microsoft.Azure.Management.Avs.Models.Circuit : string * string * string * string -> Microsoft.Azure.Management.Avs.Models.Circuit
Public Sub New (Optional primarySubnet As String = Nothing, Optional secondarySubnet As String = Nothing, Optional expressRouteID As String = Nothing, Optional expressRoutePrivatePeeringID As String = Nothing)
Parameters
- primarySubnet
- String
CIDR of primary subnet
- secondarySubnet
- String
CIDR of secondary subnet
- expressRouteID
- String
Identifier of the ExpressRoute Circuit (Microsoft Colo only)
- expressRoutePrivatePeeringID
- String
ExpressRoute Circuit private peering identifier
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET