VnetGatewayInner Class

Definition

The Virtual Network gateway contract. This is used to give the Virtual Network gateway access to the VPN package.

[Microsoft.Rest.Serialization.JsonTransformation]
public class VnetGatewayInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type VnetGatewayInner = class
    inherit ProxyOnlyResourceInner
Public Class VnetGatewayInner
Inherits ProxyOnlyResourceInner
Inheritance
Attributes

Constructors

VnetGatewayInner()

Initializes a new instance of the VnetGatewayInner class.

VnetGatewayInner(String, String, String, String, String, String)

Initializes a new instance of the VnetGatewayInner class.

Properties

Id

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

(Inherited from ProxyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResourceInner)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)
VnetName

Gets or sets the Virtual Network name.

VpnPackageUri

Gets or sets the URI where the VPN package can be downloaded.

Methods

Validate()

Validate the object.

Applies to