File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
src/ResourceManager/Network/Commands.Network/help Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,50 @@ The Get-AzureRmNetworkUsage cmdlet gets limits and current usage for Network res
23
23
### Example 1
24
24
```
25
25
PS C:\> Get-AzureRmNetworkUsage -Location westcentralus
26
+
27
+ ResourceType : Virtual Networks
28
+ CurrentValue : 6
29
+ Limit : 50
30
+
31
+ ResourceType : Static Public IP Addresses
32
+ CurrentValue : 1
33
+ Limit : 20
34
+
35
+ ResourceType : Network Security Groups
36
+ CurrentValue : 2
37
+ Limit : 100
38
+
39
+ ResourceType : Public IP Addresses
40
+ CurrentValue : 6
41
+ Limit : 60
42
+
43
+ ResourceType : Network Interfaces
44
+ CurrentValue : 1
45
+ Limit : 300
46
+
47
+ ResourceType : Load Balancers
48
+ CurrentValue : 1
49
+ Limit : 100
50
+
51
+ ResourceType : Application Gateways
52
+ CurrentValue : 1
53
+ Limit : 50
54
+
55
+ ResourceType : Route Tables
56
+ CurrentValue : 0
57
+ Limit : 100
58
+
59
+ ResourceType : Route Filters
60
+ CurrentValue : 0
61
+ Limit : 1000
62
+
63
+ ResourceType : Network Watchers
64
+ CurrentValue : 1
65
+ Limit : 1
66
+
67
+ ResourceType : Packet Captures
68
+ CurrentValue : 0
69
+ Limit : 10
26
70
```
27
71
28
72
Gets resources usage data in westcentralus region
You can’t perform that action at this time.
0 commit comments