1
1
---
2
2
external help file : Microsoft.Azure.Commands.Websites.dll-Help.xml
3
3
ms.assetid : 100A5980-31E2-41F9-84D4-2F5F0CB78B8A
4
- online version :
4
+ online version :
5
5
schema : 2.0.0
6
6
---
7
7
@@ -12,27 +12,28 @@ Gets an Azure Web App slot.
12
12
13
13
## SYNTAX
14
14
15
- ### S1
15
+ ### Get by Name
16
16
```
17
17
Get-AzureRmWebAppSlot [-ResourceGroupName] <String> [-Name] <String> [[-Slot] <String>] [<CommonParameters>]
18
18
```
19
19
20
- ### S2
20
+ ### Get by Slot
21
21
```
22
22
Get-AzureRmWebAppSlot [[-Slot] <String>] [-WebApp] <Site> [<CommonParameters>]
23
23
```
24
24
25
25
## DESCRIPTION
26
- The ** Get-AzureRmWebApp ** cmdlet gets information about an Azure Web App Slot.
26
+ The ** Get-AzureRmWebAppSlot ** cmdlet gets information about an Azure Web App Slot.
27
27
28
28
## EXAMPLES
29
29
30
30
### Example 1
31
31
```
32
- PS C:\> Get-AzureRmWebApp -ResourceGroupName "Default-Web-WestUS" -Name "WebAppStandard" -Slot "Slot001"
32
+ PS C:\> Get-AzureRmWebAppSlot -ResourceGroupName "Default-Web-WestUS" -Name "WebAppStandard" -Slot "Slot001"
33
33
```
34
34
35
- This command gets the slot named Slot001 from the Web App named WebAppStandard that belongs to the resource group Default-Web-WestUS.
35
+ This command gets the slot named Slot001 from the Web App named WebAppStandard that belongs to the
36
+ resource group Default-Web-WestUS.
36
37
37
38
## PARAMETERS
38
39
@@ -42,7 +43,7 @@ WebApp Name
42
43
``` yaml
43
44
Type : String
44
45
Parameter Sets : S1
45
- Aliases :
46
+ Aliases :
46
47
47
48
Required : True
48
49
Position : 1
@@ -57,7 +58,7 @@ Resource Group Name
57
58
` ` ` yaml
58
59
Type : String
59
60
Parameter Sets : S1
60
- Aliases :
61
+ Aliases :
61
62
62
63
Required : True
63
64
Position : 0
@@ -72,7 +73,7 @@ WebApp Slot Name
72
73
` ` ` yaml
73
74
Type : String
74
75
Parameter Sets : (All)
75
- Aliases :
76
+ Aliases :
76
77
77
78
Required : False
78
79
Position : 2
@@ -87,7 +88,7 @@ WebApp Object
87
88
` ` ` yaml
88
89
Type : Site
89
90
Parameter Sets : S2
90
- Aliases :
91
+ Aliases :
91
92
92
93
Required : True
93
94
Position : 0
@@ -97,7 +98,11 @@ Accept wildcard characters: False
97
98
` ` `
98
99
99
100
### CommonParameters
100
- 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).
101
+
102
+ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
103
+ -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose,
104
+ -WarningAction, and -WarningVariable. For more information, see about_CommonParameters
105
+ (http://go.microsoft.com/fwlink/?LinkID=113216).
101
106
102
107
## INPUTS
103
108
0 commit comments