VpnSite 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
VpnSite() |
Initializes a new instance of the VpnSite class. |
VpnSite(String, String, String, String, IDictionary<String,String>, SubResource, DeviceProperties, String, String, AddressSpace, BgpSettings, String, Nullable<Boolean>, IList<VpnSiteLink>, O365PolicyProperties, String) |
Initializes a new instance of the VpnSite class. |
VpnSite()
Initializes a new instance of the VpnSite class.
public VpnSite ();
Public Sub New ()
Applies to
VpnSite(String, String, String, String, IDictionary<String,String>, SubResource, DeviceProperties, String, String, AddressSpace, BgpSettings, String, Nullable<Boolean>, IList<VpnSiteLink>, O365PolicyProperties, String)
Initializes a new instance of the VpnSite class.
public VpnSite (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Network.Models.SubResource virtualWan = default, Microsoft.Azure.Management.Network.Models.DeviceProperties deviceProperties = default, string ipAddress = default, string siteKey = default, Microsoft.Azure.Management.Network.Models.AddressSpace addressSpace = default, Microsoft.Azure.Management.Network.Models.BgpSettings bgpProperties = default, string provisioningState = default, bool? isSecuritySite = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VpnSiteLink> vpnSiteLinks = default, Microsoft.Azure.Management.Network.Models.O365PolicyProperties o365Policy = default, string etag = default);
new Microsoft.Azure.Management.Network.Models.VpnSite : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Network.Models.SubResource * Microsoft.Azure.Management.Network.Models.DeviceProperties * string * string * Microsoft.Azure.Management.Network.Models.AddressSpace * Microsoft.Azure.Management.Network.Models.BgpSettings * string * Nullable<bool> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.VpnSiteLink> * Microsoft.Azure.Management.Network.Models.O365PolicyProperties * string -> Microsoft.Azure.Management.Network.Models.VpnSite
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location 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 String = Nothing, Optional isSecuritySite As Nullable(Of Boolean) = Nothing, Optional vpnSiteLinks As IList(Of VpnSiteLink) = Nothing, Optional o365Policy As O365PolicyProperties = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- String
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- 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
- String
The provisioning state of the VPN site resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- vpnSiteLinks
- IList<VpnSiteLink>
List of all vpn site links.
- o365Policy
- O365PolicyProperties
Office365 Policy.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
Applies to
Azure SDK for .NET