Skip to content

Commit 1eba06a

Browse files
henry416msJinLei
authored andcommitted
help files
1 parent 9d0df89 commit 1eba06a

File tree

4 files changed

+41
-9
lines changed

4 files changed

+41
-9
lines changed

src/Network/Network/VirtualNetworkGatewayConnection/NewAzureVirtualNetworkGatewayConnectionCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public class NewAzureVirtualNetworkGatewayConnectionCommand : VirtualNetworkGate
9999
[Parameter(
100100
Mandatory = false,
101101
ValueFromPipelineByPropertyName = true,
102-
HelpMessage = "Dead Peer Decetion Timeout of the connection in seconds.")]
102+
HelpMessage = "Dead Peer Detection Timeout of the connection in seconds.")]
103103
public int DpdTimeoutInSeconds { get; set; }
104104

105105
[Parameter(

src/Network/Network/VirtualNetworkGatewayConnection/UpdateAzureVirtualNetworkGatewayConnectionCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class SetAzureVirtualNetworkGatewayConnectionCommand : VirtualNetworkGate
4545
[Parameter(
4646
Mandatory = false,
4747
ValueFromPipelineByPropertyName = true,
48-
HelpMessage = "Dead Peer Decetion Timeout of the connection in seconds.")]
48+
HelpMessage = "Dead Peer Detection Timeout of the connection in seconds.")]
4949
public int? DpdTimeoutInSeconds { get; set; }
5050

5151
[Parameter(

src/Network/Network/help/New-AzVirtualNetworkGatewayConnection.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Creates the Site-to-Site VPN connection between the virtual network gateway and
1818
New-AzVirtualNetworkGatewayConnection -Name <String> -ResourceGroupName <String> -Location <String>
1919
[-AuthorizationKey <String>] -VirtualNetworkGateway1 <PSVirtualNetworkGateway>
2020
[-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[]>]
2424
[-TrafficSelectorPolicy <PSTrafficSelectorPolicy[]>] [-ConnectionProtocol <String>] [-AsJob]
2525
[-ExpressRouteGatewayBypass] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
2626
[<CommonParameters>]
@@ -31,8 +31,8 @@ New-AzVirtualNetworkGatewayConnection -Name <String> -ResourceGroupName <String>
3131
New-AzVirtualNetworkGatewayConnection -Name <String> -ResourceGroupName <String> -Location <String>
3232
[-AuthorizationKey <String>] -VirtualNetworkGateway1 <PSVirtualNetworkGateway>
3333
[-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]
3636
[-UsePolicyBasedTrafficSelectors <Boolean>] [-IpsecPolicies <PSIpsecPolicy[]>]
3737
[-TrafficSelectorPolicy <PSTrafficSelectorPolicy[]>] [-ConnectionProtocol <String>] [-AsJob]
3838
[-ExpressRouteGatewayBypass] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
@@ -281,6 +281,21 @@ Accept pipeline input: True (ByPropertyName)
281281
Accept wildcard characters: False
282282
```
283283
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+
284299
### -SharedKey
285300
286301
```yaml

src/Network/Network/help/Set-AzVirtualNetworkGatewayConnection.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@ Configures a virtual network gateway connection.
1616
### Default (Default)
1717
```
1818
Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection <PSVirtualNetworkGatewayConnection>
19-
[-EnableBgp <Boolean>] [-UsePolicyBasedTrafficSelectors <Boolean>] [-UseLocalAzureIpAddress <Boolean>]
19+
<<<<<<< HEAD
20+
[-EnableBgp <Boolean>] [-DpdTimeoutInSeconds <Int32>] [-UsePolicyBasedTrafficSelectors <Boolean>] [-UseLocalAzureIpAddress <Boolean>]
2021
[-IpsecPolicies <PSIpsecPolicy[]>] [-TrafficSelectorPolicy <PSTrafficSelectorPolicy[]>] [-Force] [-AsJob]
2122
[-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
2223
```
2324

2425
### UpdateResourceWithTags
2526
```
2627
Set-AzVirtualNetworkGatewayConnection -VirtualNetworkGatewayConnection <PSVirtualNetworkGatewayConnection>
27-
[-EnableBgp <Boolean>] [-UsePolicyBasedTrafficSelectors <Boolean>] [-UseLocalAzureIpAddress <Boolean>]
28+
<<<<<<< HEAD
29+
[-EnableBgp <Boolean>] [-DpdTimeoutInSeconds <Int32>] [-UsePolicyBasedTrafficSelectors <Boolean>] [-UseLocalAzureIpAddress <Boolean>]
2830
[-IpsecPolicies <PSIpsecPolicy[]>] [-TrafficSelectorPolicy <PSTrafficSelectorPolicy[]>] -Tag <Hashtable>
2931
[-Force] [-AsJob] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]
3032
```
@@ -153,6 +155,21 @@ Accept pipeline input: True (ByPropertyName)
153155
Accept wildcard characters: False
154156
```
155157
158+
### -DpdTimeoutInSeconds
159+
Dead Peer Detection Timeout of the connection in seconds
160+
161+
```yaml
162+
Type: System.Int32
163+
Parameter Sets: (All)
164+
Aliases:
165+
166+
Required: False
167+
Position: Named
168+
Default value: None
169+
Accept pipeline input: True (ByPropertyName)
170+
Accept wildcard characters: False
171+
```
172+
156173
### -Force
157174
Forces the command to run without asking for user confirmation.
158175

0 commit comments

Comments
 (0)