Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings
-
Packages that use VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachineUnmanagedDataDisk.DefinitionWithNewVhd<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.WithNewVhdDiskSettings Modifier and Type Method Description VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings. storeAt(String storageAccountName, String containerName, String vhdName)Specifies where the VHD associated with the new blank data disk needs to be stored.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings. withCaching(CachingTypes cachingType)Specifies the caching type for the data disk.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings. withLun(Integer lun)Specifies the logical unit number for the data disk.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT>VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource. withNewVhd(int sizeInGB)specifies that disk needs to be created with a new VHD of given size.
-