Get-AzNetAppFilesPool
取得 Azure NetApp Files (ANF) 集區的詳細數據。
語法
Get-AzNetAppFilesPool
-ResourceGroupName <String>
-AccountName <String>
[-Name <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzNetAppFilesPool
[-Name <String>]
-AccountObject <PSNetAppFilesAccount>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzNetAppFilesPool
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzNetAppFilesPool Cmdlet 會取得 ANF 集區的詳細數據。
範例
範例 1:取得 ANF 集區
Get-AzNetAppFilesPool -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -Name "MyAnfPool"
Location : westus2
Id : /subscriptions/subsID/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool
Name : MyAnfAccount/MyAnfPool
Type : Microsoft.NetApp/netAppAccounts/capacityPools
Tags :
PoolId : a3a53a09-fd70-37ab-39dc-392a04cba525
Size : 4398046511104
ServiceLevel : Premium
TotalThroughputMibps: 262.144
UtilizedThroughputMibps: 164.221
QosType : Auto
ProvisioningState : Succeeded
此命令會從帳戶 「MyAnfAccount」 取得名為 MyAnfPool 的帳戶。
參數
-AccountName
ANF 帳戶的名稱
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-AccountObject
包含要傳回之集區的帳戶物件
類型: | PSNetAppFilesAccount |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
ANF 集區的名稱
類型: | String |
別名: | PoolName |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
ANF 集區的資源群組
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceId
ANF 集區的資源標識碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |