Uses of Class
com.azure.resourcemanager.compute.models.CreationData
Packages that use CreationData
Package
Description
Package containing the inner data models for ComputeManagementClient.
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 CreationDataModifier and TypeMethodDescriptionDiskInner.creationData()Get the creationData property: Disk source information.DiskProperties.creationData()Get the creationData property: Disk source information.SnapshotInner.creationData()Get the creationData property: Disk source information.SnapshotProperties.creationData()Get the creationData property: Disk source information.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type CreationDataModifier and TypeMethodDescriptionDiskInner.withCreationData(CreationData creationData) Set the creationData property: Disk source information.DiskProperties.withCreationData(CreationData creationData) Set the creationData property: Disk source information.SnapshotInner.withCreationData(CreationData creationData) Set the creationData property: Disk source information.SnapshotProperties.withCreationData(CreationData creationData) Set the creationData property: Disk source information. -
Uses of CreationData in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type CreationDataMethods in com.azure.resourcemanager.compute.models that return CreationDataModifier and TypeMethodDescriptionstatic CreationDataCreationData.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CreationData from the JsonReader.CreationData.withCreateOption(DiskCreateOption createOption) Set the createOption property: This enumerates the possible sources of a disk's creation.CreationData.withElasticSanResourceId(String elasticSanResourceId) Set the elasticSanResourceId property: Required if createOption is CopyFromSanSnapshot.CreationData.withGalleryImageReference(ImageDiskReference galleryImageReference) Set the galleryImageReference property: Required if creating from a Gallery Image.CreationData.withImageReference(ImageDiskReference imageReference) Set the imageReference property: Disk source information for PIR or user images.CreationData.withInstantAccessDurationMinutes(Long instantAccessDurationMinutes) Set the instantAccessDurationMinutes property: For snapshots created from Premium SSD v2 or Ultra disk, this property determines the time in minutes the snapshot is retained for instant access to enable faster restore.CreationData.withLogicalSectorSize(Integer logicalSectorSize) Set the logicalSectorSize property: Logical sector size in bytes for Ultra disks.CreationData.withPerformancePlus(Boolean performancePlus) Set the performancePlus property: Set this flag to true to get a boost on the performance target of the disk deployed, see here on the respective performance target.CreationData.withProvisionedBandwidthCopySpeed(ProvisionedBandwidthCopyOption provisionedBandwidthCopySpeed) Set the provisionedBandwidthCopySpeed property: If this field is set on a snapshot and createOption is CopyStart, the snapshot will be copied at a quicker speed.CreationData.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.CreationData.withSecurityMetadataUri(String securityMetadataUri) Set the securityMetadataUri property: If createOption is ImportSecure, this is the URI of a blob to be imported into VM metadata for Confidential VM.CreationData.withSourceResourceId(String sourceResourceId) Set the sourceResourceId property: If createOption is Copy, this is the ARM id of the source snapshot or disk.CreationData.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.CreationData.withStorageAccountId(String storageAccountId) Set the storageAccountId property: Required if createOption is Import.CreationData.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