Package | Description |
---|---|
com.azure.resourcemanager.compute.models |
Package containing the data models for ComputeManagementClient.
|
Modifier and Type | Method and Description |
---|---|
ImageDiskReference |
CreationData.galleryImageReference()
Get the galleryImageReference property: Required if creating from a Gallery Image.
|
ImageDiskReference |
CreationData.imageReference()
Get the imageReference property: Disk source information.
|
ImageDiskReference |
ImageDiskReference.withId(String id)
Set the id property: A relative uri containing either a Platform Image Repository or user image reference.
|
ImageDiskReference |
ImageDiskReference.withLun(Integer lun)
Set the lun property: 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.withGalleryImageReference(ImageDiskReference galleryImageReference)
Set the galleryImageReference property: Required if creating from a Gallery Image.
|
CreationData |
CreationData.withImageReference(ImageDiskReference imageReference)
Set the imageReference property: Disk source information.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.