Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachineCustomImage.DefinitionStages.WithCreate
Packages that use VirtualMachineCustomImage.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineCustomImage.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachineCustomImage.DefinitionStages.WithCreate in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the image definition.static interfaceThe stage of an image definition allowing to create the image or add optional data disk images and configure OS disk settings.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineCustomImage.DefinitionStages.WithCreateModifier and TypeMethodDescriptionVirtualMachineCustomImage.DefinitionStages.WithSourceVirtualMachine.fromVirtualMachine(VirtualMachine virtualMachine) Uses the virtual machine's OS and data disks as the sources for OS disk image and data disk images of this image.VirtualMachineCustomImage.DefinitionStages.WithSourceVirtualMachine.fromVirtualMachine(String virtualMachineId) Uses the virtual machine's OS disk and data disks as the source for OS disk image and data disk images of this image.VirtualMachineCustomImage.DefinitionStages.WithZoneResilient.withZoneResilient()Specifies that zone resiliency should be enabled for the image.