1
- ---
1
+ ---
2
2
external help file : Microsoft.Azure.PowerShell.Cmdlets.Network.dll-Help.xml
3
3
Module Name : Az.Network
4
4
online version : https://docs.microsoft.com/powershell/module/az.network/reset-azvpnsitelinkconnection
@@ -12,11 +12,10 @@ Reset a VPN Site Link Connection
12
12
13
13
## SYNTAX
14
14
15
- ### ByName (Default)
15
+ ### ByName
16
16
```
17
- Reset-AzVpnSiteLinkConnection -ResourceGroupName <String> -VpnGatewayName <String>
18
- -VpnConnectionName <String> -Name <String> [-AsJob] [-DefaultProfile <IAzureContextContainer>]
19
- [<CommonParameters>]
17
+ Reset-AzVpnSiteLinkConnection -ResourceGroupName <String> -VpnGatewayName <String> -VpnConnectionName <String>
18
+ -Name <String> [-AsJob] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
20
19
```
21
20
22
21
### ByInputObject
@@ -27,9 +26,9 @@ Reset-AzVpnSiteLinkConnection -InputObject <PSVpnSiteLinkConnection> [-AsJob]
27
26
28
27
### ByResourceId
29
28
```
30
- Reset-AzVpnSiteLinkConnection -ResourceId <String> [-AsJob] [-DefaultProfile <IAzureContextContainer>]
31
- [<CommonParameters>]
29
+ Reset-AzVpnSiteLinkConnection -ResourceId <String> [-AsJob] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
32
30
```
31
+
33
32
## DESCRIPTION
34
33
The ** Reset-AzVpnSiteLinkConnection** cmdlet resets your VPN Link Connection based on the VPN Site Link Connection Name, VPN Connection Name, VPN Gateway Name and Resource Group Name.
35
34
@@ -48,9 +47,10 @@ Resets the VPN Site Link Connection with the name "test-linkConnection" within t
48
47
Run cmdlet in the background.
49
48
50
49
``` yaml
51
- Type : System.Management.Automation. SwitchParameter
50
+ Type : SwitchParameter
52
51
Parameter Sets : (All)
53
52
Aliases :
53
+
54
54
Required : False
55
55
Position : Named
56
56
Default value : None
@@ -62,9 +62,10 @@ Accept wildcard characters: False
62
62
The credentials, account, tenant, and subscription used for communication with Azure.
63
63
64
64
` ` ` yaml
65
- Type : Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core. IAzureContextContainer
65
+ Type : IAzureContextContainer
66
66
Parameter Sets : (All)
67
67
Aliases : AzContext, AzureRmContext, AzureCredential
68
+
68
69
Required : False
69
70
Position : Named
70
71
Default value : None
@@ -76,9 +77,10 @@ Accept wildcard characters: False
76
77
The Vpn site link connection object.
77
78
78
79
` ` ` yaml
79
- Type : Microsoft.Azure.Commands.Network.Models. PSVpnSiteLinkConnection
80
+ Type : PSVpnSiteLinkConnection
80
81
Parameter Sets : ByInputObject
81
82
Aliases : VpnSiteLinkConnection
83
+
82
84
Required : True
83
85
Position : Named
84
86
Default value : None
@@ -90,9 +92,10 @@ Accept wildcard characters: False
90
92
The Vpn site link connection name.
91
93
92
94
` ` ` yaml
93
- Type : System. String
95
+ Type : String
94
96
Parameter Sets : ByName
95
97
Aliases : ResourceName, VpnSiteLinkConnectionName
98
+
96
99
Required : True
97
100
Position : Named
98
101
Default value : None
@@ -104,9 +107,10 @@ Accept wildcard characters: False
104
107
The resource group name.
105
108
106
109
` ` ` yaml
107
- Type : System. String
110
+ Type : String
108
111
Parameter Sets : ByName
109
112
Aliases :
113
+
110
114
Required : True
111
115
Position : Named
112
116
Default value : None
@@ -118,9 +122,10 @@ Accept wildcard characters: False
118
122
The Azure resource ID of the Vpn site link connection which has to be reset.
119
123
120
124
` ` ` yaml
121
- Type : System. String
125
+ Type : String
122
126
Parameter Sets : ByResourceId
123
127
Aliases :
128
+
124
129
Required : True
125
130
Position : Named
126
131
Default value : None
@@ -132,9 +137,10 @@ Accept wildcard characters: False
132
137
The Vpn connection name.
133
138
134
139
` ` ` yaml
135
- Type : System. String
140
+ Type : String
136
141
Parameter Sets : ByName
137
142
Aliases : ParentName
143
+
138
144
Required : True
139
145
Position : Named
140
146
Default value : None
@@ -146,9 +152,10 @@ Accept wildcard characters: False
146
152
The Vpn gateway name.
147
153
148
154
` ` ` yaml
149
- Type : System. String
155
+ Type : String
150
156
Parameter Sets : ByName
151
157
Aliases : GrandParentName
158
+
152
159
Required : True
153
160
Position : Named
154
161
Default value : None
@@ -165,5 +172,8 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
165
172
166
173
### System.String
167
174
175
+ ## OUTPUTS
176
+
168
177
## NOTES
178
+
169
179
## RELATED LINKS
0 commit comments