VpnSiteLink 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
VpnSiteLink() |
Initializes a new instance of the VpnSiteLink class. |
VpnSiteLink(String, VpnLinkProviderProperties, String, String, VpnLinkBgpSettings, String, String, String, String) |
Initializes a new instance of the VpnSiteLink class. |
VpnSiteLink()
Initializes a new instance of the VpnSiteLink class.
public VpnSiteLink ();
Public Sub New ()
Applies to
VpnSiteLink(String, VpnLinkProviderProperties, String, String, VpnLinkBgpSettings, String, String, String, String)
Initializes a new instance of the VpnSiteLink class.
public VpnSiteLink (string id = default, Microsoft.Azure.Management.Network.Models.VpnLinkProviderProperties linkProperties = default, string ipAddress = default, string fqdn = default, Microsoft.Azure.Management.Network.Models.VpnLinkBgpSettings bgpProperties = default, string provisioningState = default, string etag = default, string name = default, string type = default);
new Microsoft.Azure.Management.Network.Models.VpnSiteLink : string * Microsoft.Azure.Management.Network.Models.VpnLinkProviderProperties * string * string * Microsoft.Azure.Management.Network.Models.VpnLinkBgpSettings * string * string * string * string -> Microsoft.Azure.Management.Network.Models.VpnSiteLink
Public Sub New (Optional id As String = Nothing, Optional linkProperties As VpnLinkProviderProperties = Nothing, Optional ipAddress As String = Nothing, Optional fqdn As String = Nothing, Optional bgpProperties As VpnLinkBgpSettings = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- linkProperties
- VpnLinkProviderProperties
The link provider properties.
- ipAddress
- String
The ip-address for the vpn-site-link.
- fqdn
- String
FQDN of vpn-site-link.
- bgpProperties
- VpnLinkBgpSettings
The set of bgp properties.
- provisioningState
- String
The provisioning state of the VPN site link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- name
- String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- type
- String
Resource type.
Applies to
Azure SDK for .NET