Share via


VpnSiteInner Constructors

Definition

Overloads

VpnSiteInner()

Initializes a new instance of the VpnSiteInner class.

VpnSiteInner(String, String, String, String, IDictionary<String, String>, SubResource, DeviceProperties, String, String, AddressSpace, BgpSettings, ProvisioningState, Nullable<Boolean>, IList<VpnSiteLinkInner>, String)

Initializes a new instance of the VpnSiteInner class.

VpnSiteInner()

Initializes a new instance of the VpnSiteInner class.

public VpnSiteInner ();
Public Sub New ()

Applies to

VpnSiteInner(String, String, String, String, IDictionary<String, String>, SubResource, DeviceProperties, String, String, AddressSpace, BgpSettings, ProvisioningState, Nullable<Boolean>, IList<VpnSiteLinkInner>, String)

Initializes a new instance of the VpnSiteInner class.

public VpnSiteInner (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 virtualWan = default, Microsoft.Azure.Management.Network.Fluent.Models.DeviceProperties deviceProperties = default, string ipAddress = default, string siteKey = default, Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace addressSpace = default, Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings bgpProperties = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, bool? isSecuritySite = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteLinkInner> vpnSiteLinks = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.ResourceManager.Fluent.SubResource * Microsoft.Azure.Management.Network.Fluent.Models.DeviceProperties * string * string * Microsoft.Azure.Management.Network.Fluent.Models.AddressSpace * Microsoft.Azure.Management.Network.Fluent.Models.BgpSettings * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteLinkInner> * string -> Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteInner
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 virtualWan As SubResource = Nothing, Optional deviceProperties As DeviceProperties = Nothing, Optional ipAddress As String = Nothing, Optional siteKey As String = Nothing, Optional addressSpace As AddressSpace = Nothing, Optional bgpProperties As BgpSettings = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional isSecuritySite As Nullable(Of Boolean) = Nothing, Optional vpnSiteLinks As IList(Of VpnSiteLinkInner) = Nothing, Optional etag As String = Nothing)

Parameters

location
String
id
String
name
String
type
String
virtualWan
SubResource

The VirtualWAN to which the vpnSite belongs.

deviceProperties
DeviceProperties

The device properties.

ipAddress
String

The ip-address for the vpn-site.

siteKey
String

The key for vpn-site that can be used for connections.

addressSpace
AddressSpace

The AddressSpace that contains an array of IP address ranges.

bgpProperties
BgpSettings

The set of bgp properties.

provisioningState
ProvisioningState

The provisioning state of the VPN site resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

isSecuritySite
Nullable<Boolean>

IsSecuritySite flag.

vpnSiteLinks
IList<VpnSiteLinkInner>

List of all vpn site links.

etag
String

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

Applies to