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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java