Uses of Interface
com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithCreateAndSize
Packages that use Disk.DefinitionStages.WithCreateAndSize
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of Disk.DefinitionStages.WithCreateAndSize in com.azure.resourcemanager.compute.models
Subinterfaces of Disk.DefinitionStages.WithCreateAndSize in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the managed disk definition.Methods in com.azure.resourcemanager.compute.models that return Disk.DefinitionStages.WithCreateAndSizeModifier and TypeMethodDescriptionSpecifies the source data managed disk.Specifies the ID of source data managed disk.Disk.DefinitionStages.WithDataDiskFromImage.fromImage(VirtualMachineCustomImage image, int diskLun) Specifies a custom image containing a source data disk image.Disk.DefinitionStages.WithDataDiskFromImage.fromImage(VirtualMachineImage image, int diskLun) Specifies an image containing source data disk image.Specifies the ID of an image containing source data disk image.Disk.DefinitionStages.WithOSDiskFromImage.fromImage(VirtualMachineCustomImage image) Specifies a custom image containing the operating system.Disk.DefinitionStages.WithOSDiskFromImage.fromImage(VirtualMachineImage image) Specifies an image containing the operating system.Disk.DefinitionStages.WithOSDiskFromImage.fromImage(String imageId, OperatingSystemTypes osType) Specifies the ID of an image containing the operating system.Disk.DefinitionStages.WithDataDiskFromSnapshot.fromSnapshot(Snapshot snapshot) Specifies the source data managed snapshot.Disk.DefinitionStages.WithDataDiskFromSnapshot.fromSnapshot(String snapshotId) Specifies the source data managed snapshot.Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromDisk(Disk sourceDisk) Specifies the source Linux OS managed disk.Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromDisk(String sourceDiskId) Specifies the source Linux OS managed disk.Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromSnapshot(Snapshot sourceSnapshot) Specifies the source Linux OS managed snapshot.Disk.DefinitionStages.WithLinuxDiskSource.withLinuxFromSnapshot(String sourceSnapshotId) Specifies the source Linux OS managed snapshot.Disk.DefinitionStages.WithStorageAccount.withStorageAccount(StorageAccount account) Specifies the storage account.Disk.DefinitionStages.WithStorageAccount.withStorageAccountId(String storageAccountId) Specifies the storage account id.Disk.DefinitionStages.WithStorageAccount.withStorageAccountName(String storageAccountName) Specifies the storage account name in same resource group.Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromDisk(Disk sourceDisk) Specifies a source Windows OS managed disk.Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromDisk(String sourceDiskId) Specifies a source Windows OS managed disk.Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromSnapshot(Snapshot sourceSnapshot) Specifies a source Windows OS managed snapshot.Disk.DefinitionStages.WithWindowsDiskSource.withWindowsFromSnapshot(String sourceSnapshotId) Specifies a source Windows OS managed snapshot.