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
88# Get-AzureRmBgpServiceCommunity
99
1010## SYNOPSIS
11+ Provides a list of all services / regions, BGP communities, and associated prefixes.
1112
1213## SYNTAX
1314
@@ -16,15 +17,15 @@ Get-AzureRmBgpServiceCommunity [-DefaultProfile <IAzureContextContainer>] [<Comm
1617```
1718
1819## DESCRIPTION
20+ This cmdlet provides a list of all services / regions, BGP communities, and associated prefixes.
1921
2022## EXAMPLES
2123
2224### Example 1
2325```
24- PS C:\> {{ Add example code here }}
26+ Get-AzureRmBgpServiceCommunity
2527```
26-
27- {{ Add example description here }}
28+ This cmdlet provides a list of all services / regions, BGP communities, and associated prefixes.
2829
2930## PARAMETERS
3031
@@ -58,4 +59,12 @@ This cmdlet does not accept any input.
5859## NOTES
5960
6061## 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+
6170
You can’t perform that action at this time.
0 commit comments