You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specify an SNI value to match the common name of the certificate on the backend. By default, the application gateway uses the incoming request's host header as the SNI. Default value is null.
When enabled, verifies if the Common Name of the certificate provided by the backend server matches the Server Name Indication (SNI) value. Default value is true.
332
346
333
347
```yaml
334
-
Type: System.Boolean
348
+
Type: System.Nullable`1[System.Boolean]
335
349
Parameter Sets: (All)
336
350
Aliases:
337
351
@@ -342,21 +356,6 @@ Accept pipeline input: False
342
356
Accept wildcard characters: False
343
357
```
344
358
345
-
### -SniName
346
-
Specify an SNI value to match the common name of the certificate on the backend. By default, the application gateway uses the incoming request's host header as the SNI. Default value is null.
347
-
348
-
```yaml
349
-
Type: System.String
350
-
Parameter Sets: (All)
351
-
Aliases:
352
-
353
-
Required: False
354
-
Position: Named
355
-
Default value: None
356
-
Accept pipeline input: False
357
-
Accept wildcard characters: False
358
-
```
359
-
360
359
### CommonParameters
361
360
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
0 commit comments