Get-AzNetworkUsage
Visar en lista över nätverksanvändningar för en prenumeration
Syntax
Get-AzNetworkUsage
-Location <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Cmdleten Get-AzNetworkUsage hämtar gränser och aktuell användning för nätverksresurser.
Exempel
Exempel 1
Get-AzNetworkUsage -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
Hämtar resursanvändningsdata i regionen westcentralus
Parametrar
-DefaultProfile
Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.
Typ: | IAzureContextContainer |
Alias: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | False |
Godkänn pipeline-indata: | False |
Godkänn jokertecken: | False |
-Location
Platsen där resursanvändning efterfrågas.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |
Indata
Utdata
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure PowerShell