Get-AzNetAppFilesQuotaLimit
取得配額限制
語法
Get-AzNetAppFilesQuotaLimit
-Location <String>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
取得 Azure NetApp Files (ANF) 配額的預設和目前限制
範例
範例 1
Get-AzNetAppFilesQuotaLimit -Location "westus2" -Name totalTiBsPerSubscription
Name Current Default
---- ------- -------
westus2/totalTiBsPerSubscription 25 25
此命令會取得名為 totalTiBsPerSubscription 的配額限制
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Location
資源的位置
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
配額限制的名稱
類型: | String |
別名: | QuotaLimitName |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None