@@ -19,7 +19,7 @@ Add-AzLoadBalancerRuleConfig -LoadBalancer <PSLoadBalancer> -Name <String> [-Pro
19
19
[-LoadDistribution <String>] [-FrontendPort <Int32>] [-BackendPort <Int32>] [-IdleTimeoutInMinutes <Int32>]
20
20
[-EnableFloatingIP] [-EnableTcpReset] [-DisableOutboundSNAT] [-EnableConnectionTracking]
21
21
[-FrontendIpConfiguration <PSFrontendIPConfiguration>] [-BackendAddressPool <PSBackendAddressPool[]>]
22
- [-Probe <PSProbe>] [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf]
22
+ [-Probe <PSProbe>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf]
23
23
[-Confirm] [<CommonParameters>]
24
24
```
25
25
@@ -29,7 +29,7 @@ Add-AzLoadBalancerRuleConfig -LoadBalancer <PSLoadBalancer> -Name <String> [-Pro
29
29
[-LoadDistribution <String>] [-FrontendPort <Int32>] [-BackendPort <Int32>] [-IdleTimeoutInMinutes <Int32>]
30
30
[-EnableFloatingIP] [-EnableTcpReset] [-DisableOutboundSNAT] [-EnableConnectionTracking]
31
31
[-FrontendIpConfigurationId <String>] [-BackendAddressPoolId <String[]>] [-ProbeId <String>]
32
- [-DefaultProfile <IAzureContextContainer>] [-ProgressAction <ActionPreference>] [- WhatIf] [-Confirm]
32
+ [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm]
33
33
[<CommonParameters>]
34
34
```
35
35
@@ -70,7 +70,7 @@ the fifth command will update the load balancer in azure with the new Load Balan
70
70
Specifies the backend address pool to associate with a load balancer rule configuration.
71
71
72
72
``` yaml
73
- Type : PSBackendAddressPool[]
73
+ Type : Microsoft.Azure.Commands.Network.Models. PSBackendAddressPool[]
74
74
Parameter Sets : SetByResource
75
75
Aliases :
76
76
@@ -85,7 +85,7 @@ Accept wildcard characters: False
85
85
Specifies the ID of a **BackendAddressPool** object to associate with a load balancer rule configuration.
86
86
87
87
` ` ` yaml
88
- Type : String[]
88
+ Type : System. String[]
89
89
Parameter Sets : SetByResourceId
90
90
Aliases :
91
91
@@ -100,7 +100,7 @@ Accept wildcard characters: False
100
100
Specifies the backend port for traffic that is matched by a load balancer rule configuration.
101
101
102
102
` ` ` yaml
103
- Type : Int32
103
+ Type : System. Int32
104
104
Parameter Sets : (All)
105
105
Aliases :
106
106
@@ -115,7 +115,7 @@ Accept wildcard characters: False
115
115
The credentials, account, tenant, and subscription used for communication with azure.
116
116
117
117
` ` ` yaml
118
- Type : IAzureContextContainer
118
+ Type : Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core. IAzureContextContainer
119
119
Parameter Sets : (All)
120
120
Aliases : AzContext, AzureRmContext, AzureCredential
121
121
@@ -130,7 +130,7 @@ Accept wildcard characters: False
130
130
Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule.
131
131
132
132
` ` ` yaml
133
- Type : SwitchParameter
133
+ Type : System.Management.Automation. SwitchParameter
134
134
Parameter Sets : (All)
135
135
Aliases :
136
136
@@ -145,7 +145,7 @@ Accept wildcard characters: False
145
145
Configures SNAT for the VMs in the backend pool to use the publicIP address specified in the frontend of the load balancing rule.
146
146
147
147
` ` ` yaml
148
- Type : SwitchParameter
148
+ Type : System.Management.Automation. SwitchParameter
149
149
Parameter Sets : (All)
150
150
Aliases :
151
151
@@ -160,7 +160,7 @@ Accept wildcard characters: False
160
160
Indicates that this cmdlet enables a floating IP address for a rule configuration.
161
161
162
162
` ` ` yaml
163
- Type : SwitchParameter
163
+ Type : System.Management.Automation. SwitchParameter
164
164
Parameter Sets : (All)
165
165
Aliases :
166
166
@@ -175,7 +175,7 @@ Accept wildcard characters: False
175
175
Receive bidirectional TCP Reset on TCP flow idle timeout or unexpected connection termination. This element is only used when the protocol is set to TCP.
176
176
177
177
` ` ` yaml
178
- Type : SwitchParameter
178
+ Type : System.Management.Automation. SwitchParameter
179
179
Parameter Sets : (All)
180
180
Aliases :
181
181
@@ -190,7 +190,7 @@ Accept wildcard characters: False
190
190
Specifies a list of front-end IP addresses to associate with a load balancer rule configuration.
191
191
192
192
` ` ` yaml
193
- Type : PSFrontendIPConfiguration
193
+ Type : Microsoft.Azure.Commands.Network.Models. PSFrontendIPConfiguration
194
194
Parameter Sets : SetByResource
195
195
Aliases :
196
196
@@ -205,7 +205,7 @@ Accept wildcard characters: False
205
205
Specifies the ID for a front-end IP address configuration.
206
206
207
207
` ` ` yaml
208
- Type : String
208
+ Type : System. String
209
209
Parameter Sets : SetByResourceId
210
210
Aliases :
211
211
@@ -220,7 +220,7 @@ Accept wildcard characters: False
220
220
Specifies the front-end port that is matched by a load balancer rule configuration.
221
221
222
222
` ` ` yaml
223
- Type : Int32
223
+ Type : System. Int32
224
224
Parameter Sets : (All)
225
225
Aliases :
226
226
@@ -235,7 +235,7 @@ Accept wildcard characters: False
235
235
Specifies the length of time, in minutes, that the state of conversations is maintained in the load balancer.
236
236
237
237
` ` ` yaml
238
- Type : Int32
238
+ Type : System. Int32
239
239
Parameter Sets : (All)
240
240
Aliases :
241
241
@@ -251,7 +251,7 @@ Specifies a **LoadBalancer** object.
251
251
This cmdlet adds a rule configuration to the load balancer that this parameter specifies.
252
252
253
253
` ` ` yaml
254
- Type : PSLoadBalancer
254
+ Type : Microsoft.Azure.Commands.Network.Models. PSLoadBalancer
255
255
Parameter Sets : (All)
256
256
Aliases :
257
257
@@ -266,7 +266,7 @@ Accept wildcard characters: False
266
266
Specifies a load distribution.
267
267
268
268
` ` ` yaml
269
- Type : String
269
+ Type : System. String
270
270
Parameter Sets : (All)
271
271
Aliases :
272
272
@@ -281,7 +281,7 @@ Accept wildcard characters: False
281
281
Specifies the name of the load balancer rule configuration.
282
282
283
283
` ` ` yaml
284
- Type : String
284
+ Type : System. String
285
285
Parameter Sets : (All)
286
286
Aliases :
287
287
@@ -296,7 +296,7 @@ Accept wildcard characters: False
296
296
Specifies a probe to associate with a load balancer rule configuration.
297
297
298
298
` ` ` yaml
299
- Type : PSProbe
299
+ Type : Microsoft.Azure.Commands.Network.Models. PSProbe
300
300
Parameter Sets : SetByResource
301
301
Aliases :
302
302
@@ -311,7 +311,7 @@ Accept wildcard characters: False
311
311
Specifies the ID of the probe to associate with a load balancer rule configuration.
312
312
313
313
` ` ` yaml
314
- Type : String
314
+ Type : System. String
315
315
Parameter Sets : SetByResourceId
316
316
Aliases :
317
317
@@ -322,27 +322,12 @@ Accept pipeline input: True (ByPropertyName)
322
322
Accept wildcard characters : False
323
323
` ` `
324
324
325
- ### -ProgressAction
326
- {{ Fill ProgressAction Description }}
327
-
328
- ` ` ` yaml
329
- Type : ActionPreference
330
- Parameter Sets : (All)
331
- Aliases : proga
332
-
333
- Required : False
334
- Position : Named
335
- Default value : None
336
- Accept pipeline input : False
337
- Accept wildcard characters : False
338
- ` ` `
339
-
340
325
### -Protocol
341
326
Specifies the protocol that is matched by a load balancer rule.
342
327
The acceptable values for this parameter are: Tcp or Udp.
343
328
344
329
` ` ` yaml
345
- Type : String
330
+ Type : System. String
346
331
Parameter Sets : (All)
347
332
Aliases :
348
333
@@ -357,7 +342,7 @@ Accept wildcard characters: False
357
342
Prompts you for confirmation before running the cmdlet.
358
343
359
344
` ` ` yaml
360
- Type : SwitchParameter
345
+ Type : System.Management.Automation. SwitchParameter
361
346
Parameter Sets : (All)
362
347
Aliases : cf
363
348
@@ -372,7 +357,7 @@ Accept wildcard characters: False
372
357
Shows what would happen if the cmdlet runs. The cmdlet is not run.
373
358
374
359
` ` ` yaml
375
- Type : SwitchParameter
360
+ Type : System.Management.Automation. SwitchParameter
376
361
Parameter Sets : (All)
377
362
Aliases : wi
378
363
0 commit comments