Uses of Class
com.azure.resourcemanager.compute.models.CreationData
-
Packages that use CreationData Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of CreationData in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CreationData Modifier and Type Method Description CreationDataDiskInner. creationData()Get the creationData property: Disk source information.CreationDataDiskProperties. creationData()Get the creationData property: Disk source information.CreationDataSnapshotInner. creationData()Get the creationData property: Disk source information.CreationDataSnapshotProperties. creationData()Get the creationData property: Disk source information.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type CreationData Modifier and Type Method Description DiskInnerDiskInner. withCreationData(CreationData creationData)Set the creationData property: Disk source information.DiskPropertiesDiskProperties. withCreationData(CreationData creationData)Set the creationData property: Disk source information.SnapshotInnerSnapshotInner. withCreationData(CreationData creationData)Set the creationData property: Disk source information.SnapshotPropertiesSnapshotProperties. withCreationData(CreationData creationData)Set the creationData property: Disk source information. -
Uses of CreationData in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CreationData Modifier and Type Method Description CreationDataCreationData. withCreateOption(DiskCreateOption createOption)Set the createOption property: This enumerates the possible sources of a disk's creation.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.CreationDataCreationData. withLogicalSectorSize(Integer logicalSectorSize)Set the logicalSectorSize property: Logical sector size in bytes for Ultra disks.CreationDataCreationData. withSecurityDataUri(String securityDataUri)Set the securityDataUri property: If createOption is ImportSecure, this is the URI of a blob to be imported into VM guest state.CreationDataCreationData. withSourceResourceId(String sourceResourceId)Set the sourceResourceId property: If createOption is Copy, this is the ARM id of the source snapshot or disk.CreationDataCreationData. withSourceUri(String sourceUri)Set the sourceUri property: If createOption is Import, this is the URI of a blob to be imported into a managed disk.CreationDataCreationData. withStorageAccountId(String storageAccountId)Set the storageAccountId property: Required if createOption is Import.CreationDataCreationData. withUploadSizeBytes(Long uploadSizeBytes)Set the uploadSizeBytes property: If createOption is Upload, this is the size of the contents of the upload including the VHD footer.Constructors in com.azure.resourcemanager.compute.models with parameters of type CreationData Constructor Description CreationSource(CreationData creationData)Creates DiskSource.
-