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
The first command gets the application gateway named ApplicationGateway01 that belongs to the resource group named ResourceGroup01 and stores it in the $AppGw variable.
35
+
The first command gets the application gateway named ApplicationGateway01 that belongs to the
36
+
resource group named ResourceGroup01 and stores it in the $AppGw variable.
32
37
33
-
The second command modifies the gateway in $AppGw to use port 80 for the front-end port named FrontEndPort01.
38
+
The second command modifies the gateway in $AppGw to use port 80 for the front-end port named
39
+
FrontEndPort01.
34
40
35
41
## PARAMETERS
36
42
37
43
### -ApplicationGateway
44
+
38
45
Specifies the application gateway object with which this cmdlet associates the front-end port.
39
46
40
47
```yaml
41
48
Type: PSApplicationGateway
42
49
Parameter Sets: (All)
43
-
Aliases:
50
+
Aliases:
44
51
45
52
Required: True
46
53
Position: Named
@@ -55,7 +62,7 @@ Specifies the name of the front-end port to modify.
55
62
```yaml
56
63
Type: String
57
64
Parameter Sets: (All)
58
-
Aliases:
65
+
Aliases:
59
66
60
67
Required: True
61
68
Position: Named
@@ -70,7 +77,7 @@ Specifies the port number to use for the front-end port.
70
77
```yaml
71
78
Type: Int32
72
79
Parameter Sets: (All)
73
-
Aliases:
80
+
Aliases:
74
81
75
82
Required: True
76
83
Position: Named
@@ -103,5 +110,3 @@ Parameter 'ApplicationGateway' accepts value of type 'PSApplicationGateway' from
0 commit comments