VirtualHardDisk Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.VirtualHardDisk

public class VirtualHardDisk

Describes the uri of a disk.

Method Summary

Modifier and Type Method and Description
String uri()

Get the uri value.

VirtualHardDisk 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