VpnGatewayInner 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
VpnGatewayInner() |
Initializes a new instance of the VpnGatewayInner class. |
VpnGatewayInner(String, String, String, String, IDictionary<String, String>, SubResource, IList<VpnConnectionInner>, BgpSettings, ProvisioningState, Nullable<Int32>, String) |
Initializes a new instance of the VpnGatewayInner class. |
VpnGatewayInner()
Initializes a new instance of the VpnGatewayInner class.
public VpnGatewayInner ();
Public Sub New ()
Applies to
VpnGatewayInner(String, String, String, String, IDictionary<String, String>, SubResource, IList<VpnConnectionInner>, BgpSettings, ProvisioningState, Nullable<Int32>, String)
Initializes a new instance of the VpnGatewayInner class.
public VpnGatewayInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.ResourceManager.Fluent.SubResource virtualHub = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionInner> connections = default, Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings bgpSettings = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, int? vpnGatewayScaleUnit = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnGatewayInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnConnectionInner> * Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Nullable<int> * string -> Microsoft.Azure.Management.Network.Fluent.Models.VpnGatewayInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional virtualHub As SubResource = Nothing, Optional connections As IList(Of VpnConnectionInner) = Nothing, Optional bgpSettings As BgpSettings = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional vpnGatewayScaleUnit As Nullable(Of Integer) = Nothing, Optional etag As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- virtualHub
- SubResource
The VirtualHub to which the gateway belongs.
- connections
- IList<VpnConnectionInner>
List of all vpn connections to the gateway.
- bgpSettings
- BgpSettings
Local network gateway's BGP speaker settings.
- provisioningState
- ProvisioningState
The provisioning state of the VPN gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET