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