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.
Compatibility declaration for the VpnGatewayData type.
public class VpnGatewayData : Azure.ResourceManager.Network.Models.NetworkTrackedResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.VpnGatewayData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.VpnGatewayData>
type VpnGatewayData = class
inherit NetworkTrackedResourceData
interface IJsonModel<VpnGatewayData>
interface IPersistableModel<VpnGatewayData>
Public Class VpnGatewayData
Inherits NetworkTrackedResourceData
Implements IJsonModel(Of VpnGatewayData), IPersistableModel(Of VpnGatewayData)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| VpnGatewayData() |
Initializes a new instance of VpnGatewayData. |
Properties
| Name | Description |
|---|---|
| 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 |
Compatibility member. (Inherited from NetworkTrackedResourceData) |
| Tags |
Resource tags. (Inherited from NetworkTrackedResourceData) |
| Type |
Resource type. (Inherited from NetworkTrackedResourceData) |
| VirtualHubId |
Resource ID. |
| VpnGatewayScaleUnit |
The scale unit for this vpn gateway. |