你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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