| Modifier and Type | Method and Description |
|---|---|
ImageDiskReference |
CreationData.imageReference()
Get disk source information.
|
ImageDiskReference |
ImageDiskReference.withId(String id)
Set a relative uri containing either a Platform Image Repository or user image reference.
|
ImageDiskReference |
ImageDiskReference.withLun(Integer lun)
Set if the disk is created from an image's data disk, this is an index that indicates which of the data disks in the image to use.
|
| Modifier and Type | Method and Description |
|---|---|
CreationData |
CreationData.withImageReference(ImageDiskReference imageReference)
Set disk source information.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/