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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell