VpnSiteLinkData 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.
A class representing the VpnSiteLink data model. VpnSiteLink Resource.
public class VpnSiteLinkData : Azure.ResourceManager.Network.Models.NetworkResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VpnSiteLinkData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VpnSiteLinkData>
public class VpnSiteLinkData : Azure.ResourceManager.Network.Models.NetworkResourceData
type VpnSiteLinkData = class
inherit NetworkResourceData
interface IJsonModel<VpnSiteLinkData>
interface IPersistableModel<VpnSiteLinkData>
type VpnSiteLinkData = class
inherit NetworkResourceData
Public Class VpnSiteLinkData
Inherits NetworkResourceData
Implements IJsonModel(Of VpnSiteLinkData), IPersistableModel(Of VpnSiteLinkData)
Public Class VpnSiteLinkData
Inherits NetworkResourceData
- Inheritance
- Implements
Constructors
VpnSiteLinkData() |
Initializes a new instance of VpnSiteLinkData. |
Properties
BgpProperties |
The set of bgp properties. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Fqdn |
FQDN of vpn-site-link. |
Id |
Resource ID. (Inherited from NetworkResourceData) |
IPAddress |
The ip-address for the vpn-site-link. |
LinkProperties |
The link provider properties. |
Name |
Resource name. (Inherited from NetworkResourceData) |
ProvisioningState |
The provisioning state of the VPN site link resource. |
ResourceType |
Resource type. (Inherited from NetworkResourceData) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET