HubVirtualNetworkConnectionInner Constructors
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.
Overloads
HubVirtualNetworkConnectionInner() |
Initializes a new instance of the HubVirtualNetworkConnectionInner class. |
HubVirtualNetworkConnectionInner(String, SubResource, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, ProvisioningState, String, String) |
Initializes a new instance of the HubVirtualNetworkConnectionInner class. |
HubVirtualNetworkConnectionInner()
Initializes a new instance of the HubVirtualNetworkConnectionInner class.
public HubVirtualNetworkConnectionInner ();
Public Sub New ()
Applies to
HubVirtualNetworkConnectionInner(String, SubResource, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, ProvisioningState, String, String)
Initializes a new instance of the HubVirtualNetworkConnectionInner class.
public HubVirtualNetworkConnectionInner (string id = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource remoteVirtualNetwork = default, bool? allowHubToRemoteVnetTransit = default, bool? allowRemoteVnetToUseHubVnetGateways = default, bool? enableInternetSecurity = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string name = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.HubVirtualNetworkConnectionInner : string * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Nullable<bool> * Nullable<bool> * Nullable<bool> * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.HubVirtualNetworkConnectionInner
Public Sub New (Optional id As String = Nothing, Optional remoteVirtualNetwork As SubResource = Nothing, Optional allowHubToRemoteVnetTransit As Nullable(Of Boolean) = Nothing, Optional allowRemoteVnetToUseHubVnetGateways As Nullable(Of Boolean) = Nothing, Optional enableInternetSecurity As Nullable(Of Boolean) = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
- remoteVirtualNetwork
- SubResource
Reference to the remote virtual network.
Allow RemoteVnet to use Virtual Hub's gateways.
- provisioningState
- ProvisioningState
The provisioning state of the hub virtual network connection resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- name
- String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET