Uses of Interface
com.azure.resourcemanager.compute.models.Disk.DefinitionStages.WithStorageAccount
-
Packages that use Disk.DefinitionStages.WithStorageAccount Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of Disk.DefinitionStages.WithStorageAccount in com.azure.resourcemanager.compute.models
Subinterfaces of Disk.DefinitionStages.WithStorageAccount in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceDisk.DefinitionThe entirety of the managed disk definition.Methods in com.azure.resourcemanager.compute.models that return Disk.DefinitionStages.WithStorageAccount Modifier and Type Method Description Disk.DefinitionStages.WithStorageAccountDisk.DefinitionStages.WithDataDiskFromVhd. fromVhd(String vhdUrl)Specifies the source data VHD.Disk.DefinitionStages.WithStorageAccountDisk.DefinitionStages.WithLinuxDiskSource. withLinuxFromVhd(String vhdUrl)Specifies the source specialized or generalized Linux OS VHD.Disk.DefinitionStages.WithStorageAccountDisk.DefinitionStages.WithWindowsDiskSource. withWindowsFromVhd(String vhdUrl)Specifies a source specialized or generalized Windows OS VHD.
-