Uses of Class
com.microsoft.azure.management.compute.CreationData
Package
Description
This package contains the classes for ComputeManagementClient.
-
Uses of CreationData in com.microsoft.azure.management.compute
Modifier and TypeMethodDescriptionCreationData.withCreateOption
(DiskCreateOption createOption) Set this enumerates the possible sources of a disk's creation.CreationData.withGalleryImageReference
(ImageDiskReference galleryImageReference) Set required if creating from a Gallery Image.CreationData.withImageReference
(ImageDiskReference imageReference) Set disk source information.CreationData.withLogicalSectorSize
(Integer logicalSectorSize) Set logical sector size in bytes for Ultra disks.CreationData.withSourceResourceId
(String sourceResourceId) Set if createOption is Copy, this is the ARM id of the source snapshot or disk.CreationData.withSourceUri
(String sourceUri) Set if createOption is Import, this is the URI of a blob to be imported into a managed disk.CreationData.withStorageAccountId
(String storageAccountId) Set required if createOption is Import.CreationData.withUploadSizeBytes
(Long uploadSizeBytes) Set if createOption is Upload, this is the size of the contents of the upload including the VHD footer.