Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings
Packages that use VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings
Package
Description
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.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 VirtualMachineUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettingsModifier and TypeMethodDescriptionVirtualMachineUnmanagedDataDisk.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.withCaching(CachingTypes cachingType) Specifies the caching type for the data disk.Specifies the logical unit number for the data disk.VirtualMachineUnmanagedDataDisk.DefinitionStages.WithDiskSource.withNewVhd(int sizeInGB) specifies that disk needs to be created with a new VHD of given size.