GatewayConnectionCreateParameters Class

Definition

Parameters supplied to the Create Virtual Network Gateway Connection operation.

public class GatewayConnectionCreateParameters
type GatewayConnectionCreateParameters = class
Public Class GatewayConnectionCreateParameters
Inheritance
GatewayConnectionCreateParameters

Constructors

GatewayConnectionCreateParameters()

Initializes a new instance of the GatewayConnectionCreateParameters class.

Properties

ConnectedEntityId

Optional. The Service Key / Local network gateway Id / Vnet Network Gateway Id.

EnableBgp

Optional. Whether to establish a BGP session over this connection

GatewayConnectionName

Optional. The name of the virtual network gateway connection.

GatewayConnectionType

Optional. The connection type of gateway: Ipsec/Dedicated/VpnClient/Vnet2Vnet.

RoutingWeight

Optional. The Routing Weight.

SharedKey

Optional. The Ipsec share key.

VirtualNetworkGatewayId

Optional. The Virtual network gateway Id.

Applies to