VpnSiteLink Class
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.
VpnSiteLink Resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class VpnSiteLink : Microsoft.Azure.Management.Network.Models.SubResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VpnSiteLink = class
inherit SubResource
Public Class VpnSiteLink
Inherits SubResource
- Inheritance
- Attributes
Constructors
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. |
Properties
BgpProperties |
Gets or sets the set of bgp properties. |
Etag |
Gets a unique read-only string that changes whenever the resource is updated. |
Fqdn |
Gets or sets FQDN of vpn-site-link. |
Id |
Gets or sets resource ID. (Inherited from SubResource) |
IpAddress |
Gets or sets the ip-address for the vpn-site-link. |
LinkProperties |
Gets or sets the link provider properties. |
Name |
Gets or sets the name of the resource that is unique within a resource group. This name can be used to access the resource. |
ProvisioningState |
Gets the provisioning state of the VPN site link resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Type |
Gets resource type. |
Applies to
Azure SDK for .NET