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 = default, string name = default, string type = default, bool? allowHubToRemoteVnetTransit = default, bool? allowRemoteVnetToUseHubVnetGateways = default, bool? enableInternetSecurity = default, Azure.ResourceManager.Network.Models.RoutingConfigurationNfv routingConfiguration = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier remoteVirtualNetworkId = default, Azure.Core.ResourceIdentifier connectionPolicyId = default, Azure.ETag? eTag = default);
static member HubVirtualNetworkConnectionData : Azure.Core.ResourceIdentifier * string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> * Azure.ResourceManager.Network.Models.RoutingConfigurationNfv * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Nullable<Azure.ETag> -> Azure.ResourceManager.Network.HubVirtualNetworkConnectionData
Public Shared Function HubVirtualNetworkConnectionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional allowHubToRemoteVnetTransit As Nullable(Of Boolean) = Nothing, Optional allowRemoteVnetToUseHubVnetGateways As Nullable(Of Boolean) = Nothing, Optional enableInternetSecurity As Nullable(Of Boolean) = Nothing, Optional routingConfiguration As RoutingConfigurationNfv = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing, Optional remoteVirtualNetworkId As ResourceIdentifier = Nothing, Optional connectionPolicyId As ResourceIdentifier = Nothing, Optional eTag As Nullable(Of ETag) = Nothing) 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
- Azure.ResourceManager.Network.Models.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.