Class VirtualHardDisk
java.lang.Object
com.microsoft.azure.management.compute.VirtualHardDisk
Describes the uri of a disk.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionuri()
Get specifies the virtual hard disk's uri.Set specifies the virtual hard disk's uri.
-
Constructor Details
-
VirtualHardDisk
public VirtualHardDisk()
-
-
Method Details
-
uri
Get specifies the virtual hard disk's uri.- Returns:
- the uri value
-
withUri
Set specifies the virtual hard disk's uri.- Parameters:
uri
- the uri value to set- Returns:
- the VirtualHardDisk object itself.
-