ExpressRoutePortsLocationData Constructors

Definition

Overloads

Name Description
ExpressRoutePortsLocationData()

Initializes a new instance of the ExpressRoutePortsLocationData class.

ExpressRoutePortsLocationData(Boolean)

Initializes a new instance of the ExpressRoutePortsLocationData class.

ExpressRoutePortsLocationData()

Source:
ExpressRoutePortsLocationData.ConstructorCompatibility.cs
Source:
ExpressRoutePortsLocationData.cs

Initializes a new instance of the ExpressRoutePortsLocationData class.

public ExpressRoutePortsLocationData();
Public Sub New ()

Applies to

ExpressRoutePortsLocationData(Boolean)

Source:
ExpressRoutePortsLocationData.EffectiveSealCompatibility.cs

Initializes a new instance of the ExpressRoutePortsLocationData class.

protected ExpressRoutePortsLocationData(bool _);
new Azure.ResourceManager.Network.ExpressRoutePortsLocationData : bool -> Azure.ResourceManager.Network.ExpressRoutePortsLocationData
Protected Sub New (_ As Boolean)

Parameters

Applies to