Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings
Packages that use VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a unmanaged data disk of a virtual machine scale set update.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettingsModifier and TypeMethodDescriptionVirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings.withCaching(CachingTypes cachingType) Specifies the caching type for the data disk.VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithDiskSource.withExistingVhd(String storageAccountName, String containerName, String vhdName) Specifies the existing source VHD of the disk.VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings.withLun(Integer lun) Specifies the logical unit number for the data disk.VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithVhdAttachedDiskSettings.withSizeInGB(Integer sizeInGB) Specifies the size in GB the disk needs to be resized.