public class VirtualHardDisk extends Object
| Constructor and Description |
|---|
VirtualHardDisk() |
| Modifier and Type | Method and Description |
|---|---|
String |
uri()
Get specifies the virtual hard disk's uri.
|
VirtualHardDisk |
withUri(String uri)
Set specifies the virtual hard disk's uri.
|
public String uri()
public VirtualHardDisk withUri(String uri)
uri - the uri value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/