共用方式為


Get-AzStorageUsage

取得目前訂用帳戶的記憶體資源使用量。

語法

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

Description

Get-AzStorageUsage Cmdlet 會取得目前訂用帳戶 Azure 儲存體 的資源使用量。

範例

範例 1:取得指定位置的記憶體資源使用量

Get-AzStorageUsage -Location 'West US'

LocalizedName : Storage Accounts
Name          : StorageAccounts
Unit          : Count
CurrentValue  : 18
Limit         : 250

此命令會取得目前訂用帳戶下指定位置的記憶體資源使用量。

參數

-DefaultProfile

用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Location

指示取得指定位置上的記憶體資源使用量。 如果未指定,則會取得訂用帳戶下所有位置的記憶體資源使用量。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

輸入

String

輸出

PSUsage