@@ -18,9 +18,9 @@ Creates the Site-to-Site VPN connection between the virtual network gateway and
18
18
New-AzVirtualNetworkGatewayConnection -Name <String> -ResourceGroupName <String> -Location <String>
19
19
[-AuthorizationKey <String>] -VirtualNetworkGateway1 <PSVirtualNetworkGateway>
20
20
[-VirtualNetworkGateway2 <PSVirtualNetworkGateway>] [-LocalNetworkGateway2 <PSLocalNetworkGateway>]
21
- -ConnectionType <String> [-RoutingWeight <Int32>] [-SharedKey <String >] [-Peer <PSPeering >]
22
- [-EnableBgp <Boolean>] [-UseLocalAzureIpAddress] [-Tag <Hashtable>] [-Force]
23
- [-UsePolicyBasedTrafficSelectors <Boolean>] [-IpsecPolicies <PSIpsecPolicy[]>]
21
+ -ConnectionType <String> [-RoutingWeight <Int32>] [-DpdTimeoutInSeconds <Int32 >] [-SharedKey <String >]
22
+ [-Peer <PSPeering>] [- EnableBgp <Boolean>] [-UseLocalAzureIpAddress] [-Tag <Hashtable>]
23
+ [-Force] [- UsePolicyBasedTrafficSelectors <Boolean>] [-IpsecPolicies <PSIpsecPolicy[]>]
24
24
[-TrafficSelectorPolicy <PSTrafficSelectorPolicy[]>] [-ConnectionProtocol <String>] [-AsJob]
25
25
[-ExpressRouteGatewayBypass] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
26
26
[<CommonParameters>]
@@ -31,8 +31,8 @@ New-AzVirtualNetworkGatewayConnection -Name <String> -ResourceGroupName <String>
31
31
New-AzVirtualNetworkGatewayConnection -Name <String> -ResourceGroupName <String> -Location <String>
32
32
[-AuthorizationKey <String>] -VirtualNetworkGateway1 <PSVirtualNetworkGateway>
33
33
[-VirtualNetworkGateway2 <PSVirtualNetworkGateway>] [-LocalNetworkGateway2 <PSLocalNetworkGateway>]
34
- -ConnectionType <String> [-RoutingWeight <Int32>] [-SharedKey <String >] [-PeerId <String>]
35
- [-EnableBgp <Boolean>] [-UseLocalAzureIpAddress] [-Tag <Hashtable>] [-Force]
34
+ -ConnectionType <String> [-RoutingWeight <Int32>] [-DpdTimeoutInSeconds <Int32 >] [-SharedKey <String>]
35
+ [-PeerId <String>] [- EnableBgp <Boolean>] [-UseLocalAzureIpAddress] [-Tag <Hashtable>] [-Force]
36
36
[-UsePolicyBasedTrafficSelectors <Boolean>] [-IpsecPolicies <PSIpsecPolicy[]>]
37
37
[-TrafficSelectorPolicy <PSTrafficSelectorPolicy[]>] [-ConnectionProtocol <String>] [-AsJob]
38
38
[-ExpressRouteGatewayBypass] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
@@ -281,6 +281,21 @@ Accept pipeline input: True (ByPropertyName)
281
281
Accept wildcard characters : False
282
282
` ` `
283
283
284
+ ### -DpdTimeoutInSeconds
285
+ Dead Peer Detection Timeout of the connection in seconds
286
+
287
+ ` ` ` yaml
288
+ Type : System.Int32
289
+ Parameter Sets : (All)
290
+ Aliases :
291
+
292
+ Required : False
293
+ Position : Named
294
+ Default value : None
295
+ Accept pipeline input : True (ByPropertyName)
296
+ Accept wildcard characters : False
297
+ ` ` `
298
+
284
299
### -SharedKey
285
300
286
301
` ` ` yaml
0 commit comments