File tree Expand file tree Collapse file tree 10 files changed +23
-23
lines changed
src/NetAppFiles/NetAppFiles/help Expand file tree Collapse file tree 10 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ PS C:\>Get-AzNetAppFilesAccount -ResourceGroupName "MyRG" -Name "MyAnfAccount"
36
36
37
37
This command gets the account named MyAnfAccount.
38
38
39
- ```
39
+ Output:
40
+
40
41
Location : westus2
41
42
Id : /subscriptions/mySubs/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount
42
43
Name : MyAnfAccount
43
44
Type : Microsoft.NetApp/netAppAccounts
44
45
Tags :
45
46
ProvisioningState : Succeeded
46
- ```
47
47
48
48
## PARAMETERS
49
49
Original file line number Diff line number Diff line change @@ -42,7 +42,8 @@ PS C:\>Get-AzAnfPool -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -Name
42
42
43
43
This command gets the account named MyAnfPool from the account "MyAnfAccount".
44
44
45
- ```
45
+ Output:
46
+
46
47
Location : westus2
47
48
Id : /subscriptions/subsID/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool
48
49
Name : MyAnfAccount/MyAnfPool
@@ -52,7 +53,6 @@ PoolId : a3a53a09-fd70-37ab-39dc-392a04cba525
52
53
Size : 4398046511104
53
54
ServiceLevel : Premium
54
55
ProvisioningState : Succeeded
55
- ```
56
56
57
57
## PARAMETERS
58
58
Original file line number Diff line number Diff line change @@ -43,7 +43,8 @@ PS C:\>Get-AzNetAppFilesSnapshot -ResourceGroupName "MyRG" -AccountName "MyAnfAc
43
43
44
44
This command gets the snapshot named MyAnfSnapshot from the volume "MyAnfVolume".
45
45
46
- ```
46
+ Output:
47
+
47
48
ResourceGroupName : MyRG
48
49
Location : westus2
49
50
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool/volumes/MyAnfVolume/snapshots/MyAnfSnapshot
@@ -54,7 +55,6 @@ FileSystemId : 3e2773a7-2a72-d003-0637-1a8b1fa3eaaf
54
55
SnapshotId : ca7c4ebd-91cb-0e30-91f5-9154050033df
55
56
CreationDate :
56
57
ProvisioningState : Succeeded
57
- ```
58
58
59
59
## PARAMETERS
60
60
Original file line number Diff line number Diff line change @@ -40,9 +40,10 @@ The **Get-AzNetAppFilesVolume** cmdlet gets details of an ANF volume.
40
40
PS C:\>Get-AzNetAppFilesVolume -ResourceGroupName "MyRG" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -Name "MyAnfVolume"
41
41
```
42
42
43
- This command gets the volume named MyAnfVolume from the pool "MyAnfPool".
43
+ This command gets the volume named MyAnfVolume from the pool "MyAnfPool".
44
+
45
+ Output:
44
46
45
- ```
46
47
ResourceGroupName : MyRG
47
48
Location : westus2
48
49
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool/volumes/MyAnfVolume
@@ -55,7 +56,6 @@ ServiceLevel : Premium
55
56
UsageThreshold : 1099511627776
56
57
ProvisioningState : Succeeded
57
58
SubnetId : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.Network/virtualNetworks/MyRG-vnet/subnets/default
58
- ```
59
59
60
60
## PARAMETERS
61
61
Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ PS C:\>New-AzNetAppFilesAccount -ResourceGroupName "MyRG" -Name "MyAnfAccount" -
29
29
30
30
This command creates the new ANF account "MyAnfAccount".
31
31
32
- ```
32
+ Output:
33
+
33
34
Location : westus2
34
35
Id : /subscriptions/mySubs/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount
35
36
Name : MyAnfAccount
36
37
Type : Microsoft.NetApp/netAppAccounts
37
38
Tags :
38
39
ProvisioningState : Succeeded
39
- ```
40
40
41
41
## PARAMETERS
42
42
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ PS C:\>New-AzNetAppFilesPool -ResourceGroupName "MyRG" -AccountName "MyAnfAccoun
38
38
39
39
This command creates the new ANF pool "MyAnfPool" within the account "MyAnfAccount".
40
40
41
- ```
41
+ Output:
42
+
42
43
Location : westus2
43
44
Id : /subscriptions/subsID/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool
44
45
Name : MyAnfAccount/MyAnfPool
@@ -48,7 +49,6 @@ PoolId : a3a53a09-fd70-37ab-39dc-392a04cba525
48
49
Size : 4398046511104
49
50
ServiceLevel : Premium
50
51
ProvisioningState : Succeeded
51
- ```
52
52
53
53
## PARAMETERS
54
54
Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ PS C:\>New-AzNetAppFilesSnapshot -ResourceGroupName "MyRG" -l "westus2" -Account
37
37
38
38
This command creates the new ANF snapshot "MyAnfSnapshot" within the volume "MyAnfVolume".
39
39
40
- ```
40
+ Output:
41
+
41
42
Location : westus2
42
43
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool/volumes/MyAnfVolume/snapshots/MyAnfSnapshot
43
44
Name : MyAnfAccount/MyAnfPool/MyAnfVolume/MyAnfSnapshot
@@ -47,7 +48,6 @@ SnapshotId : ca7c4ebd-91cb-0e30-91f5-9154050033df
47
48
FileSystemId : 3e2773a7-2a72-d003-0637-1a8b1fa3eaaf
48
49
CreationDate :
49
50
ProvisioningState : Succeeded
50
- ```
51
51
52
52
## PARAMETERS
53
53
Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ PS C:\>New-AzNetAppFilesVolume -ResourceGroupName "MyRG" -AccountName "MyAnfAcco
38
38
39
39
This command creates the new ANF volume "MyAnfVolume" within the pool "MyAnfPool".
40
40
41
- ```
41
+ Output:
42
+
42
43
Location : westus2
43
44
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool/volumes/MyAnfVolume
44
45
Name : MyAnfAccount/MyAnfPool/MyAnfVolume
@@ -50,7 +51,6 @@ ServiceLevel : Premium
50
51
UsageThreshold : 1099511627776
51
52
ProvisioningState : Succeeded
52
53
SubnetId : /subscriptions/f557b96d-2308-4a18-aae1-b8f7e7e70cc7/resourceGroups/MyRG/providers/Microsoft.Network/virtualNetworks/MyVnetName/subnets/default
53
- ```
54
54
55
55
## PARAMETERS
56
56
Original file line number Diff line number Diff line change @@ -42,9 +42,10 @@ The **Update-AzNetAppFilesPool** cmdlet modifies an ANF pool.
42
42
PS C:\>Update-AzNetAppFilesPool -ResourceGroupName "MyRG" -l "westus2" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -PoolSize 4398046511104 -ServiceLevel "Standard"
43
43
```
44
44
45
- This command changes the ANF pool "MyAnfPool" to have the given size and ServiceLevel
45
+ This command changes the ANF pool "MyAnfPool" to have the given size and ServiceLevel.
46
+
47
+ Output:
46
48
47
- ```
48
49
Location : westus2
49
50
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool
50
51
Name : MyAnfAccount/MyAnfPool
@@ -54,7 +55,6 @@ PoolId : 9fa2ca6d-1e48-4439-30e3-7de056e44e5a
54
55
Size : 4398046511104
55
56
ServiceLevel : Standard
56
57
ProvisioningState : Succeeded
57
- ```
58
58
59
59
## PARAMETERS
60
60
Original file line number Diff line number Diff line change @@ -43,9 +43,10 @@ The **Update-AzNetAppFilesVolume** cmdlet updates an ANF volume.
43
43
PS C:\>Update-AzNetAppFilesVolume -ResourceGroupName "MyRG" -l "westus2" -AccountName "MyAnfAccount" -PoolName "MyAnfPool" -Name "MyAnfVolume" -UsageThreshold Size
44
44
```
45
45
46
- This command updates the ANF volume "MyAnfVolume" with the new UsageThreshold size
46
+ This command updates the ANF volume "MyAnfVolume" with the new UsageThreshold size.
47
+
48
+ Output:
47
49
48
- ```
49
50
Location : westus2
50
51
Id : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.NetApp/netAppAccounts/MyAnfAccount/capacityPools/MyAnfPool/volumes/MyAnfVolume
51
52
Name : MyAnfAccount/MyAnfPool/MyAnfVolume
@@ -57,7 +58,6 @@ ServiceLevel : Premium
57
58
UsageThreshold : 2199023255552
58
59
ProvisioningState : Succeeded
59
60
SubnetId : /subscriptions/subsId/resourceGroups/MyRG/providers/Microsoft.Network/virtualNetworks/MyRG-vnet/subnets/default
60
- ```
61
61
62
62
## PARAMETERS
63
63
You can’t perform that action at this time.
0 commit comments