Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings
-
Packages that use VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachineUnmanagedDataDisk.DefinitionWithImage<ParentT>The entirety of a unmanaged data disk of a virtual machine scale set definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings Modifier and Type Method Description VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource. fromImage(int imageLun)Specifies the image LUN identifier of the source disk image.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings. storeAt(String storageAccountName, String containerName, String vhdName)Specifies where the VHD associated with the new blank data disk needs to be stored.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings. withCaching(CachingTypes cachingType)Specifies the caching type for the data disk.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings. withSizeInGB(Integer sizeInGB)Specifies the size in GB the disk needs to be resized.
-