Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithLinuxRootUsernameManaged
-
Packages that use VirtualMachine.DefinitionStages.WithLinuxRootUsernameManaged Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VirtualMachine.DefinitionStages.WithLinuxRootUsernameManaged in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachine.DefinitionStages.WithLinuxRootUsernameManaged in com.azure.resourcemanager.compute.models Modifier and Type Interface Description static interfaceVirtualMachine.DefinitionManagedThe entirety of the managed disk based virtual machine definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachine.DefinitionStages.WithLinuxRootUsernameManaged Modifier and Type Method Description VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedVirtualMachine.DefinitionStages.WithOS. withGeneralizedLinuxCustomImage(String customImageId)Specifies the resource ID of a generalized Linux custom image to be used as the virtual machines' OS.VirtualMachine.DefinitionStages.WithLinuxRootUsernameManagedVirtualMachine.DefinitionStages.WithOS. withGeneralizedLinuxGalleryImageVersion(String galleryImageVersionId)Specifies the resource ID of a generalized Linux gallery image version to be used as the virtual machines' OS.
-