File tree Expand file tree Collapse file tree 2 files changed +29
-5
lines changed
specification/netapp/resource-manager/Microsoft.NetApp/stable/2025-06-01 Expand file tree Collapse file tree 2 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 8
8
"api-version" : " 2025-06-01"
9
9
},
10
10
"responses" : {
11
+ "200" : {
12
+ "body" : {
13
+ "id" : " /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRG/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume1" ,
14
+ "name" : " account1/pool1/volume1" ,
15
+ "type" : " Microsoft.NetApp/netAppAccounts/capacityPools/volumes" ,
16
+ "location" : " eastus" ,
17
+ "properties" : {
18
+ "acceptGrowCapacityPoolForShortTermCloneSplit" : " Accepted" ,
19
+ "fileSystemId" : " 9760acf5-4638-11e7-9bdb-020073ca7778" ,
20
+ "creationToken" : " some-amazing-filepath" ,
21
+ "usageThreshold" : 107374182400 ,
22
+ "serviceLevel" : " Premium" ,
23
+ "provisioningState" : " Succeeded" ,
24
+ "throughputMibps" : 128 ,
25
+ "subnetId" : " /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRP/providers/Microsoft.Network/virtualNetworks/testvnet3/subnets/testsubnet3" ,
26
+ "networkFeatures" : " Standard" ,
27
+ "networkSiblingSetId" : " 0f434a03-ce0b-4935-81af-d98652ffb1c4" ,
28
+ "snapshotId" : " /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/myRP/providers/Microsoft.NetApp/netAppAccounts/account1/capacityPools/pool1/volumes/volume1/snapshots/snap1" ,
29
+ "storageToNetworkProximity" : " T2"
30
+ }
31
+ }
32
+ },
11
33
"202" : {
12
34
"headers" : {
13
35
"Location" : " https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.NetApp/locations/eastus/operationResults/616ee961-4042-4935-b4a0-ed6f4dae0172?api-version=2025-06-01&operationResultResponseType=Location"
14
36
}
15
- },
16
- "204" : {}
37
+ }
17
38
}
18
39
}
Original file line number Diff line number Diff line change 1907
1907
}
1908
1908
],
1909
1909
"responses" : {
1910
+ "200" : {
1911
+ "description" : " Operation completed" ,
1912
+ "schema" : {
1913
+ "$ref" : " #/definitions/volume"
1914
+ }
1915
+ },
1910
1916
"202" : {
1911
1917
"description" : " Operation Accepted" ,
1912
1918
"headers" : {
1915
1921
}
1916
1922
}
1917
1923
},
1918
- "204" : {
1919
- "description" : " Operation completed"
1920
- },
1921
1924
"default" : {
1922
1925
"description" : " Error response describing why the operation failed." ,
1923
1926
"schema" : {
You can’t perform that action at this time.
0 commit comments