Język

ArmNetworkModelFactory.HubVirtualNetworkConnectionData Method

Definition

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

id
ResourceIdentifier

Resource ID.

name
String

Name of the resource.

type
String

Resource type.

allowHubToRemoteVnetTransit
Nullable<Boolean>

Deprecated: VirtualHub to RemoteVnet transit to enabled or not.

allowRemoteVnetToUseHubVnetGateways
Nullable<Boolean>

Deprecated: Allow RemoteVnet to use Virtual Hub's gateways.

enableInternetSecurity
Nullable<Boolean>

Enable internet security.

routingConfiguration
RoutingConfigurationNfv

The Routing Configuration indicating the associated and propagated route tables on this connection.

isOnlyIPv6PeeringEnabled
Nullable<Boolean>

Enable Only IPv6 Peering for this connection.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the hub virtual network connection resource.

remoteVirtualNetworkId
ResourceIdentifier

Resource ID.

connectionPolicyId
ResourceIdentifier

Resource ID.

eTag
Nullable<ETag>

A unique read-only string that changes whenever the resource is updated.

Returns

A new HubVirtualNetworkConnectionData instance for mocking.

Applies to