New-AzNetAppFilesPool
Hiermee maakt u een nieuwe ANF-pool (Azure NetApp Files).
Syntaxis
New-AzNetAppFilesPool
-ResourceGroupName <String>
-Location <String>
-AccountName <String>
-Name <String>
-PoolSize <Int64>
-ServiceLevel <String>
[-QosType <String>]
[-CoolAccess]
[-EncryptionType <String>]
[-Tag <Hashtable>]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
New-AzNetAppFilesPool
-Name <String>
-PoolSize <Int64>
-ServiceLevel <String>
[-QosType <String>]
[-CoolAccess]
[-EncryptionType <String>]
[-Tag <Hashtable>]
-AccountObject <PSNetAppFilesAccount>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Met de cmdlet New-AzNetAppFilesPool wordt een ANF-pool gemaakt.
Voorbeelden
Voorbeeld 1: Een ANF-pool maken
New-AzNetAppFilesPool -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -Name "MyAnfPool" -Location "westus2" -PoolSize 4398046511104 -ServiceLevel "Premium" -QosType "Auto"
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
Met deze opdracht maakt u de nieuwe ANF-pool 'MyAnfPool' in het account 'MyAnfAccount'.
Parameters
-AccountName
De naam van het ANF-account
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-AccountObject
Het account voor het nieuwe poolobject
Type: | PSNetAppFilesAccount |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | True |
Jokertekens accepteren: | False |
-Confirm
Hiermee wordt u gevraagd om bevestiging voordat u de cmdlet uitvoert.
Type: | SwitchParameter |
Aliassen: | cf |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-CoolAccess
Als deze optie is ingeschakeld (true), kan de pool cool Access-volumes bevatten.
Type: | SwitchParameter |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-DefaultProfile
De referenties, accounts, tenants en abonnementen die worden gebruikt voor communicatie met Azure.
Type: | IAzureContextContainer |
Aliassen: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-EncryptionType
Versleutelingstype van de capaciteitspool (enkel, dubbel), stel het versleutelingstype in voor data-at-rest voor deze pool en alle volumes erin. Deze waarde kan alleen worden ingesteld bij het maken van een nieuwe pool.
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Location
De locatie van de resource
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Name
De naam van de ANF-pool
Type: | String |
Aliassen: | PoolName |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-PoolSize
De grootte van de ANF-pool
Type: | Int64 |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-QosType
Het qos-type van de pool. Mogelijke waarden zijn: 'Auto', 'Handmatig'
Type: | String |
Position: | Named |
Default value: | Auto |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ResourceGroupName
De resourcegroep van het ANF-account
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-ServiceLevel
Het serviceniveau van de ANF-pool
Type: | String |
Position: | Named |
Default value: | None |
Vereist: | True |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-Tag
Een hashtabel die resourcetags vertegenwoordigt
Type: | Hashtable |
Aliassen: | Tags |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
-WhatIf
Hiermee wordt weergegeven wat er zou gebeuren als u de cmdlet uitvoert. De cmdlet wordt niet uitgevoerd.
Type: | SwitchParameter |
Aliassen: | wi |
Position: | Named |
Default value: | None |
Vereist: | False |
Pijplijninvoer accepteren: | False |
Jokertekens accepteren: | False |
Invoerwaarden
Uitvoerwaarden
Verwante koppelingen
Azure PowerShell