Get-AzStorageUsage
Gets the Storage resource usage of the current subscription.
Syntax
Get-AzStorageUsage
-Location <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
The Get-AzStorageUsage cmdlet gets the resource usage for Azure Storage for the current subscription.
Examples
Example 1: Get the storage resources usage of specified location
Get-AzStorageUsage -Location 'West US'
LocalizedName : Storage Accounts
Name : StorageAccounts
Unit : Count
CurrentValue : 18
Limit : 250
This command gets the Storage resources usage of specified location under the current subscription.
Parameters
-DefaultProfile
The credentials, account, tenant, and subscription used for communication with Azure.
Type: | IAzureContextContainer |
Aliases: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Location
Indicate to get Storage resources usage on the specified location. If not specified, will get Storage resources usage on all locations under the subscription.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Inputs
Outputs
Related Links
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure PowerShell