Package | Description |
---|---|
com.microsoft.azure.management.compute |
This package contains the classes for ComputeManagementClient.
|
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 © 2019. All rights reserved.