VirtualHardDisk Class
- java.
lang. Object - com.
microsoft. azure. management. compute. VirtualHardDisk
- com.
public class VirtualHardDisk
Describes the uri of a disk.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
uri()
Get the uri value. |
Virtual |
withUri(String uri)
Set the uri value. |
Method Details
uri
public String uri()
Get the uri value.
Returns:
the uri value
withUri
public VirtualHardDisk withUri(String uri)
Set the uri value.
Parameters:
uri
- the uri value to set
Returns:
the VirtualHardDisk object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java