1
- ---
1
+ ---
2
2
external help file : Microsoft.Azure.Commands.Network.dll-Help.xml
3
3
Module Name : AzureRM.Network
4
4
online version : https://docs.microsoft.com/en-us/powershell/module/azurerm.network/get-azurermbgpservicecommunity
@@ -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,57 @@ 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
27
+
28
+ ...
29
+
30
+ Name : AzureCentralIndia
31
+ Id : /subscriptions//resourceGroups//providers/Microsoft.Network/bgpServiceCommunities/AzureCentralIndia
32
+ Type : Microsoft.Network/bgpServiceCommunities
33
+ BgpCommunities : [
34
+ {
35
+ "ServiceSupportedRegion": "Global",
36
+ "CommunityName": "Azure Central India",
37
+ "CommunityValue": "12076:51017",
38
+ "CommunityPrefixes": [
39
+ "13.71.0.0/18",
40
+ "20.190.146.0/25",
41
+ "40.79.214.0/24",
42
+ "40.81.224.0/19",
43
+ "40.87.224.0/22",
44
+ "40.112.39.0/25",
45
+ "40.112.39.128/26",
46
+ "40.126.18.0/25",
47
+ "52.136.24.0/24",
48
+ "52.140.64.0/18",
49
+ "52.159.64.0/19",
50
+ "52.172.128.0/17",
51
+ "52.239.135.64/26",
52
+ "52.239.202.0/24",
53
+ "52.245.96.0/22",
54
+ "52.253.168.0/22",
55
+ "104.47.210.0/23",
56
+ "104.211.64.0/20",
57
+ "104.211.81.0/24",
58
+ "104.211.82.0/23",
59
+ "104.211.84.0/22",
60
+ "104.211.88.0/21",
61
+ "104.211.96.0/19"
62
+ ],
63
+ "IsAuthorizedToUse": true,
64
+ "ServiceGroup": "Azure"
65
+ }
66
+ ]
67
+ ...
25
68
```
26
69
27
- {{ Add example description here }}
70
+ This cmdlet provides a list of all services / regions, BGP communities, and associated prefixes.
28
71
29
72
## PARAMETERS
30
73
@@ -58,4 +101,26 @@ This cmdlet does not accept any input.
58
101
## NOTES
59
102
60
103
## RELATED LINKS
104
+ [Move-AzureRmExpressRouteCircuit](Move-AzureRmExpressRouteCircuit.md)
105
+
106
+ [New-AzureRmExpressRouteCircuit](New-AzureRmExpressRouteCircuit.md)
107
+
108
+ [Remove-AzureRmExpressRouteCircuit](Remove-AzureRmExpressRouteCircuit.md)
109
+
110
+ [Set-AzureRmExpressRouteCircuit](Set-AzureRmExpressRouteCircuit.md)
111
+
112
+ [Get-AzureRmRouteFilter](Get-AzureRmRouteFilter.md)
113
+
114
+ [Get-AzureRmRouteFilterRuleConfig](Get-AzureRmRouteFilterRuleConfig.md)
115
+
116
+ [Remove-AzureRmRouteFilter](Remove-AzureRmRouteFilter.md)
117
+
118
+ [Remove-AzureRmRouteFilterRuleConfig](Remove-AzureRmRouteFilterRuleConfig.md)
119
+
120
+ [Set-AzureRmRouteFilter](Set-AzureRmRouteFilter.md)
121
+
122
+ [Set-AzureRmRouteFilterRuleConfig](Set-AzureRmRouteFilterRuleConfig.md)
123
+
124
+ [New-AzureRmRouteFilter](New-AzureRmRouteFilter.md)
61
125
126
+ [New-AzureRmRouteFilterRuleConfig](New-AzureRmRouteFilterRuleConfig.md)
0 commit comments