ExpressRouteConnection Class
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.
ExpressRouteConnection resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ExpressRouteConnection : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ExpressRouteConnection = class
inherit SubResource
Public Class ExpressRouteConnection
Inherits SubResource
- Inheritance
- Attributes
Constructors
ExpressRouteConnection() |
Initializes a new instance of the ExpressRouteConnection class. |
ExpressRouteConnection(ExpressRouteCircuitPeeringId, String, String, String, String, Nullable<Int32>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, RoutingConfiguration) |
Initializes a new instance of the ExpressRouteConnection class. |
Properties
AuthorizationKey |
Gets or sets authorization key to establish the connection. |
EnableInternetSecurity |
Gets or sets enable internet security. |
EnablePrivateLinkFastPath |
Gets or sets bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled. |
ExpressRouteCircuitPeering |
Gets or sets the ExpressRoute circuit peering. |
ExpressRouteGatewayBypass |
Gets or sets enable FastPath to vWan Firewall hub. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
Name |
Gets or sets the name of the resource. |
ProvisioningState |
Gets the provisioning state of the express route connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
RoutingConfiguration |
Gets or sets the Routing Configuration indicating the associated and propagated route tables on this connection. |
RoutingWeight |
Gets or sets the routing weight associated to the connection. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET