VpnSiteData 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 VpnSite data model. VpnSite Resource.
public class VpnSiteData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VpnSiteData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VpnSiteData>
public class VpnSiteData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type VpnSiteData = class
inherit NetworkTrackedResourceData
interface IJsonModel<VpnSiteData>
interface IPersistableModel<VpnSiteData>
type VpnSiteData = class
inherit NetworkTrackedResourceData
Public Class VpnSiteData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of VpnSiteData), IPersistableModel(Of VpnSiteData)
Public Class VpnSiteData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
VpnSiteData() |
Initializes a new instance of VpnSiteData. |
Properties
AddressPrefixes |
A list of address blocks reserved for this virtual network in CIDR notation. |
BgpProperties |
The set of bgp properties. |
DeviceProperties |
The device properties. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
IPAddress |
The ip-address for the vpn-site. |
IsSecuritySite |
IsSecuritySite flag. |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
O365BreakOutCategories |
Office365 breakout categories. |
ProvisioningState |
The provisioning state of the VPN site resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
SiteKey |
The key for vpn-site that can be used for connections. |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
VirtualWanId |
Gets or sets Id. |
VpnSiteLinks |
List of all vpn site links. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET