ArmNetworkModelFactory.HubVirtualNetworkConnectionData 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.HubVirtualNetworkConnectionData HubVirtualNetworkConnectionData(Azure.Core.ResourceIdentifier id, string name, string type, bool? allowHubToRemoteVnetTransit, bool? allowRemoteVnetToUseHubVnetGateways, bool? enableInternetSecurity, Azure.ResourceManager.Network.Models.RoutingConfigurationNfv routingConfiguration, bool? isOnlyIPv6PeeringEnabled, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState, Azure.Core.ResourceIdentifier remoteVirtualNetworkId, Azure.Core.ResourceIdentifier connectionPolicyId, Azure.ETag? eTag);
static member HubVirtualNetworkConnectionData : Azure.Core.ResourceIdentifier * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Azure.ResourceManager.Network.Models.RoutingConfigurationNfv * Nullable<bool> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.HubVirtualNetworkConnectionData
Public Shared Function HubVirtualNetworkConnectionData (id As ResourceIdentifier, name As String, type As String, allowHubToRemoteVnetTransit As Nullable(Of Boolean), allowRemoteVnetToUseHubVnetGateways As Nullable(Of Boolean), enableInternetSecurity As Nullable(Of Boolean), routingConfiguration As RoutingConfigurationNfv, isOnlyIPv6PeeringEnabled As Nullable(Of Boolean), provisioningState As Nullable(Of NetworkProvisioningState), remoteVirtualNetworkId As ResourceIdentifier, connectionPolicyId As ResourceIdentifier, eTag As Nullable(Of ETag)) As HubVirtualNetworkConnectionData
Parameters
Resource ID.
- name
- String
Name of the resource.
- type
- String
Resource type.
Deprecated: VirtualHub to RemoteVnet transit to enabled or not.
Deprecated: Allow RemoteVnet to use Virtual Hub's gateways.
- routingConfiguration
- RoutingConfigurationNfv
The Routing Configuration indicating the associated and propagated route tables on this connection.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the hub virtual network connection resource.
- remoteVirtualNetworkId
- ResourceIdentifier
Resource ID.
- connectionPolicyId
- ResourceIdentifier
Resource ID.
Returns
A new HubVirtualNetworkConnectionData instance for mocking.