VpnGatewayInner Class

Definition

VpnGateway Resource.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VpnGatewayInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VpnGatewayInner = class
    inherit Resource
Public Class VpnGatewayInner
Inherits Resource
Inheritance
VpnGatewayInner
Attributes

Constructors

VpnGatewayInner()

Initializes a new instance of the VpnGatewayInner class.

VpnGatewayInner(String, String, String, String, IDictionary<String, String>, SubResource, IList<VpnConnectionInner>, BgpSettings, ProvisioningState, Nullable<Int32>, String)

Initializes a new instance of the VpnGatewayInner class.

Properties

BgpSettings

Gets or sets local network gateway's BGP speaker settings.

Connections

Gets or sets list of all vpn connections to the gateway.

Etag

Gets a unique read-only string that changes whenever the resource is updated.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
ProvisioningState

Gets the provisioning state of the VPN gateway resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
VirtualHub

Gets or sets the VirtualHub to which the gateway belongs.

VpnGatewayScaleUnit

Gets or sets the scale unit for this vpn gateway.

Methods

Validate()

Validate the object.

Applies to