Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings
-
Packages that use VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachineUnmanagedDataDisk.DefinitionWithExistingVhd<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.WithVhdAttachedDiskSettings Modifier and Type Method Description VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings. withCaching(CachingTypes cachingType)Specifies the caching type for the data disk.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource. withExistingVhd(String storageAccountName, String containerName, String vhdName)Specifies the existing source VHD of the disk.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings. withLun(Integer lun)Specifies the logical unit number for the data disk.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithVhdAttachedDiskSettings. withSizeInGB(Integer sizeInGB)Specifies the size in GB the disk needs to be resized.
-