VpnSiteLinkInner 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
VpnSiteLinkInner() |
Initializes a new instance of the VpnSiteLinkInner class. |
VpnSiteLinkInner(String, VpnLinkProviderProperties, String, VpnLinkBgpSettings, ProvisioningState, String, String, String) |
Initializes a new instance of the VpnSiteLinkInner class. |
VpnSiteLinkInner()
Initializes a new instance of the VpnSiteLinkInner class.
public VpnSiteLinkInner ();
Public Sub New ()
Applies to
VpnSiteLinkInner(String, VpnLinkProviderProperties, String, VpnLinkBgpSettings, ProvisioningState, String, String, String)
Initializes a new instance of the VpnSiteLinkInner class.
public VpnSiteLinkInner (string id = default, Microsoft.Azure.Management.Network.Fluent.Models.VpnLinkProviderProperties linkProperties = default, string ipAddress = default, Microsoft.Azure.Management.Network.Fluent.Models.VpnLinkBgpSettings bgpProperties = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string etag = default, string name = default, string type = default);
new Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteLinkInner : string * Microsoft.Azure.Management.Network.Fluent.Models.VpnLinkProviderProperties * string * Microsoft.Azure.Management.Network.Fluent.Models.VpnLinkBgpSettings * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.VpnSiteLinkInner
Public Sub New (Optional id As String = Nothing, Optional linkProperties As VpnLinkProviderProperties = Nothing, Optional ipAddress As String = Nothing, Optional bgpProperties As VpnLinkBgpSettings = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional etag As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
- linkProperties
- VpnLinkProviderProperties
The link provider properties.
- ipAddress
- String
The ip-address for the vpn-site-link.
- bgpProperties
- VpnLinkBgpSettings
The set of bgp properties.
- provisioningState
- ProvisioningState
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