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.
Compatibility declaration for the VpnSiteData type.
public class VpnSiteData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VpnSiteData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VpnSiteData>
type VpnSiteData = class
inherit NetworkTrackedResourceData
interface IJsonModel<VpnSiteData>
interface IPersistableModel<VpnSiteData>
Public Class VpnSiteData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of VpnSiteData), IPersistableModel(Of VpnSiteData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| VpnSiteData() |
Initializes a new instance of VpnSiteData. |
Properties
| Name | Description |
|---|---|
| AddressPrefixes |
Compatibility member. |
| AddressSpace |
The AddressSpace that contains an array of IP address ranges. |
| 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 |
Compatibility member. (Inherited from NetworkTrackedResourceData) |
| SiteKey |
The key for vpn-site that can be used for connections. |
| Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
| Type |
Resource type. (Inherited from NetworkTrackedResourceData) |
| VirtualWanId |
Resource ID. |
| VpnSiteLinks |
List of all vpn site links. |