VpnGatewayData 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 VpnGateway data model. VpnGateway Resource.
public class VpnGatewayData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VpnGatewayData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VpnGatewayData>
public class VpnGatewayData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData
type VpnGatewayData = class
inherit NetworkTrackedResourceData
interface IJsonModel<VpnGatewayData>
interface IPersistableModel<VpnGatewayData>
type VpnGatewayData = class
inherit NetworkTrackedResourceData
Public Class VpnGatewayData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of VpnGatewayData), IPersistableModel(Of VpnGatewayData)
Public Class VpnGatewayData
Inherits NetworkTrackedResourceData
- Inheritance
- Implements
Constructors
VpnGatewayData() |
Initializes a new instance of VpnGatewayData. |
Properties
BgpSettings |
Local network gateway's BGP speaker settings. |
Connections |
List of all vpn connections to the gateway. |
EnableBgpRouteTranslationForNat |
Enable BGP routes translation for NAT on this VpnGateway. |
ETag |
A unique read-only string that changes whenever the resource is updated. |
Id |
Resource ID. (Inherited from NetworkTrackedResourceData) |
IPConfigurations |
List of all IPs configured on the gateway. |
IsRoutingPreferenceInternet |
Enable Routing Preference property for the Public IP Interface of the VpnGateway. |
Location |
Resource location. (Inherited from NetworkTrackedResourceData) |
Name |
Resource name. (Inherited from NetworkTrackedResourceData) |
NatRules |
List of all the nat Rules associated with the gateway. |
ProvisioningState |
The provisioning state of the VPN gateway resource. |
ResourceType |
Resource type. (Inherited from NetworkTrackedResourceData) |
Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
VirtualHubId |
Gets or sets Id. |
VpnGatewayScaleUnit |
The scale unit for this vpn gateway. |
Explicit Interface Implementations
Applies to
Azure SDK for .NET