ArmNetworkModelFactory.ExpressRouteConnectionData 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.
public static Azure.ResourceManager.Network.ExpressRouteConnectionData ExpressRouteConnectionData(Azure.Core.ResourceIdentifier id = default, string name = default, string type = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier expressRouteCircuitPeering = default, string authorizationKey = default, int? routingWeight = default, bool? enableInternetSecurity = default, bool? expressRouteGatewayBypass = default, bool? enablePrivateLinkFastPath = default, Azure.ResourceManager.Network.Models.RoutingConfigurationNfv routingConfiguration = default);
static member ExpressRouteConnectionData : Azure.Core.ResourceIdentifier * string * string * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Azure.Core.ResourceIdentifier * string * Nullable<int> * Nullable<bool> * Nullable<bool> * Nullable<bool> * Azure.ResourceManager.Network.Models.RoutingConfigurationNfv -> Azure.ResourceManager.Network.ExpressRouteConnectionData
Public Shared Function ExpressRouteConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional expressRouteCircuitPeering As ResourceIdentifier = Nothing, Optional authorizationKey As String = Nothing, Optional routingWeight As Nullable(Of Integer) = Nothing, Optional enableInternetSecurity As Nullable(Of Boolean) = Nothing, Optional expressRouteGatewayBypass As Nullable(Of Boolean) = Nothing, Optional enablePrivateLinkFastPath As Nullable(Of Boolean) = Nothing, Optional routingConfiguration As RoutingConfigurationNfv = Nothing) As ExpressRouteConnectionData
Parameters
Resource ID.
- name
- String
Name of the resource.
- type
- String
Resource type.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the express route connection resource.
- expressRouteCircuitPeering
- ResourceIdentifier
The ExpressRoute circuit peering.
- authorizationKey
- String
Authorization key to establish the connection.
Bypass the ExpressRoute gateway when accessing private-links. ExpressRoute FastPath (expressRouteGatewayBypass) must be enabled.
- routingConfiguration
- Azure.ResourceManager.Network.Models.RoutingConfigurationNfv
The Routing Configuration indicating the associated and propagated route tables on this connection.
Returns
A new ExpressRouteConnectionData instance for mocking.