Aracılığıyla paylaş


Get-AzNetAppFilesPool

Azure NetApp Files (ANF) havuzunun ayrıntılarını alır.

Syntax

Get-AzNetAppFilesPool
   -ResourceGroupName <String>
   -AccountName <String>
   [-Name <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzNetAppFilesPool
   -ResourceId <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Get-AzNetAppFilesPool
   -AccountObject <PSNetAppFilesAccount>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzNetAppFilesPool cmdlet'i anf havuzunun ayrıntılarını alır.

Örnekler

Örnek 1: ANF havuzu alma

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

Bu komut, "MyAnfAccount" hesabından MyAnfPool adlı hesabı alır.

Parametreler

-AccountName

ANF hesabının adı

Tür:String
Position:Named
varsayılan değer:None
Gerekli:True
Accept pipeline input:False
Accept wildcard characters:False

-AccountObject

Döndürülecek havuzu içeren hesap nesnesi

Tür:PSNetAppFilesAccount
Position:Named
varsayılan değer:None
Gerekli:True
Accept pipeline input:True
Accept wildcard characters:False

-DefaultProfile

Azure ile iletişim için kullanılan kimlik bilgileri, hesap, kiracı ve abonelik.

Tür:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
varsayılan değer:None
Gerekli:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

ANF havuzunun adı

Tür:String
Aliases:PoolName
Position:Named
varsayılan değer:None
Gerekli:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

ANF havuzunun kaynak grubu

Tür:String
Position:Named
varsayılan değer:None
Gerekli:True
Accept pipeline input:False
Accept wildcard characters:False

-ResourceId

ANF havuzunun kaynak kimliği

Tür:String
Position:Named
varsayılan değer:None
Gerekli:True
Accept pipeline input:True
Accept wildcard characters:False

Girişler

String

PSNetAppFilesAccount

Çıkışlar

PSNetAppFilesPool