< Back

Get-AzureRmNetworkUsage

Tue Jan 29, 2019 9:54 pm

NAME Get-AzureRmNetworkUsage



SYNOPSIS

Lists network usages for a subscription





SYNTAX

Get-AzureRmNetworkUsage [-DefaultProfile <IAzureContextContainer>] -Location <String> [<CommonParameters>]





DESCRIPTION

The Get-AzureRmNetworkUsage cmdlet gets limits and current usage for Network resources.





PARAMETERS

-DefaultProfile <IAzureContextContainer>

The credentials, account, tenant, and subscription used for communication with azure.



Required? false

Position? named

Default value None

Accept pipeline input? False

Accept wildcard characters? false



-Location <String>

The location where resource usage is queried.



Required? true

Position? named

Default value None

Accept pipeline input? True (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).



INPUTS

System.String







OUTPUTS

Microsoft.Azure.Commands.Network.Models.PSUsage







NOTES









Example 1



PS C:\\> Get-AzureRmNetworkUsage -Location westcentralus



ResourceType : Virtual Networks

CurrentValue : 6

Limit : 50



ResourceType : Static Public IP Addresses

CurrentValue : 1

Limit : 20



ResourceType : Network Security Groups

CurrentValue : 2

Limit : 100



ResourceType : Public IP Addresses

CurrentValue : 6

Limit : 60



ResourceType : Network Interfaces

CurrentValue : 1

Limit : 300



ResourceType : Load Balancers

CurrentValue : 1

Limit : 100



ResourceType : Application Gateways

CurrentValue : 1

Limit : 50



ResourceType : Route Tables

CurrentValue : 0

Limit : 100



ResourceType : Route Filters

CurrentValue : 0

Limit : 1000



ResourceType : Network Watchers

CurrentValue : 1

Limit : 1



ResourceType : Packet Captures

CurrentValue : 0

Limit : 10



Gets resources usage data in westcentralus region







RELATED LINKS

Online Version: https://docs.microsoft.com/en-us/powers ... tworkusage