File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed
src/ResourceManager/Network/Commands.Network/help Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ schema: 2.0.0
8
8
# Get-AzureRmBgpServiceCommunity
9
9
10
10
## SYNOPSIS
11
+ Provides a list of all services / regions, BGP communities, and associated prefixes.
11
12
12
13
## SYNTAX
13
14
@@ -16,15 +17,15 @@ Get-AzureRmBgpServiceCommunity [-DefaultProfile <IAzureContextContainer>] [<Comm
16
17
```
17
18
18
19
## DESCRIPTION
20
+ This cmdlet provides a list of all services / regions, BGP communities, and associated prefixes.
19
21
20
22
## EXAMPLES
21
23
22
24
### Example 1
23
25
```
24
- PS C:\> {{ Add example code here }}
26
+ Get-AzureRmBgpServiceCommunity
25
27
```
26
-
27
- {{ Add example description here }}
28
+ This cmdlet provides a list of all services / regions, BGP communities, and associated prefixes.
28
29
29
30
## PARAMETERS
30
31
@@ -58,4 +59,12 @@ This cmdlet does not accept any input.
58
59
## NOTES
59
60
60
61
## RELATED LINKS
62
+ [Move-AzureRmExpressRouteCircuit](Move-AzureRmExpressRouteCircuit.md)
63
+
64
+ [New-AzureRmExpressRouteCircuit](New-AzureRmExpressRouteCircuit.md)
65
+
66
+ [Remove-AzureRmExpressRouteCircuit](Remove-AzureRmExpressRouteCircuit.md)
67
+
68
+ [Set-AzureRmExpressRouteCircuit](Set-AzureRmExpressRouteCircuit.md)
69
+
61
70
You can’t perform that action at this time.
0 commit comments