Uses of Class
com.azure.resourcemanager.compute.models.ImageDiskReference
-
Packages that use ImageDiskReference Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of ImageDiskReference in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return ImageDiskReference Modifier and Type Method Description ImageDiskReferenceCreationData. galleryImageReference()Get the galleryImageReference property: Required if creating from a Gallery Image.ImageDiskReferenceCreationData. imageReference()Get the imageReference property: Disk source information.ImageDiskReferenceImageDiskReference. withId(String id)Set the id property: A relative uri containing either a Platform Image Repository or user image reference.ImageDiskReferenceImageDiskReference. 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.Methods in com.azure.resourcemanager.compute.models with parameters of type ImageDiskReference Modifier and Type Method Description CreationDataCreationData. withGalleryImageReference(ImageDiskReference galleryImageReference)Set the galleryImageReference property: Required if creating from a Gallery Image.CreationDataCreationData. withImageReference(ImageDiskReference imageReference)Set the imageReference property: Disk source information.
-