We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents febe69d + 9723d31 commit 52cc259Copy full SHA for 52cc259
src/ResourceManager/Compute/Commands.Compute/help/Add-AzureRMVhd.md
@@ -44,7 +44,7 @@ The command overwrites an existing file.
44
45
### Example 3: Add a VHD file and specify the number of threads
46
```
47
-PS C:\> Add-AzureRmVhd -Destination "http://contosoaccount.blob.core.windows.net/vhdstore/win7baseimage.vhd" -LocalFilePath "C:\vhd\Win7Image.vhd" -NumberOfThreads 32
+PS C:\> Add-AzureRmVhd -Destination "http://contosoaccount.blob.core.windows.net/vhdstore/win7baseimage.vhd" -LocalFilePath "C:\vhd\Win7Image.vhd" -NumberOfUploaderThreads 32
48
49
50
This command adds a .vhd file to a storage account.
0 commit comments