You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HelpMessage="Basic network, or Standard features available to the volume (Basic, Standard).")]
277
+
[PSArgumentCompleter("Basic","Standard")]
278
+
publicstringNetworkFeature{get;set;}
279
+
274
280
[Parameter(
275
281
Mandatory=false,
276
282
HelpMessage="The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'")]
This command creates the new "PRIMARY" ANF VolumeGroup "MyAnfVolumeGroup" within the Account "MyAnfAccount" using the proximityPlacementGroup "MyPPGResourceId", the vnet "MyAnfVnet", and NodeMemory of 100
This command creates the new "PRIMARY" ANF VolumeGroup "MyAnfVolumeGroup" within the Account "MyAnfAccount" using Zone 1, the vnet "MyAnfVnet", and NodeMemory of 100
69
+
62
70
## PARAMETERS
63
71
64
72
### -AccountName
@@ -449,6 +457,21 @@ Accept pipeline input: False
449
457
Accept wildcard characters: False
450
458
```
451
459
460
+
### -NetworkFeature
461
+
Basic network, or Standard features available to the volume (Basic, Standard).
0 commit comments