Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a unmanaged data disk of a virtual machine scale set definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettingsModifier and TypeMethodDescriptionVirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.withCaching(CachingTypes cachingType) Specifies the caching type for the unmanaged data disk.VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings.withLun(Integer lun) Specifies the logical unit number for the unmanaged data disk.VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithDiskSource.withNewVhd(int sizeInGB) specifies that unmanaged disk needs to be created with a new VHD of given size.