Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged
-
Packages that use VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachine.DefinitionManagedOrUnmanagedThe entirety of the virtual machine definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanaged Modifier and Type Method Description VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanagedVirtualMachine.DefinitionStages.WithOS. withLatestLinuxImage(String publisher, String offer, String sku)Specifies that the latest version of a marketplace Linux image is to be used as the virtual machine's OS.VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanagedVirtualMachine.DefinitionStages.WithOS. withPopularLinuxImage(KnownLinuxVirtualMachineImage knownImage)Specifies a known marketplace Linux image to be used for the virtual machine's OS.VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedOrUnmanagedVirtualMachine.DefinitionStages.WithOS. withSpecificLinuxImageVersion(ImageReference imageReference)Specifies a version of a market-place Linux image to be used as the virtual machine's OS.
-