Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings
-
Packages that use VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachineUnmanagedDataDisk.UpdateDefinitionWithNewVhd<ParentT>The entirety of a unmanaged data disk of a virtual machine scale set update.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings Modifier and Type Method Description VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings. storeAt(String storageAccountName, String containerName, String vhdName)Specifies where the VHD associated with the new blank data disk needs to be stored.VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings. withCaching(CachingTypes cachingType)Specifies the caching type for the data disk.VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings. withLun(Integer lun)Specifies the logical unit number for the data disk.VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithNewVhdDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.UpdateDefinitionStages.WithDiskSource. withNewVhd(int sizeInGB)specifies that disk needs to be created with a new VHD of given size.
-