Uses of Interface
com.azure.resourcemanager.compute.models.VirtualMachine.DefinitionStages.WithLinuxCreateManaged
Packages that use VirtualMachine.DefinitionStages.WithLinuxCreateManaged
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachine.DefinitionStages.WithLinuxCreateManaged in com.azure.resourcemanager.compute.models
Subinterfaces of VirtualMachine.DefinitionStages.WithLinuxCreateManaged in com.azure.resourcemanager.compute.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the managed disk based virtual machine definition.Methods in com.azure.resourcemanager.compute.models that return VirtualMachine.DefinitionStages.WithLinuxCreateManagedModifier and TypeMethodDescriptionVirtualMachine.DefinitionStages.WithLinuxRootPasswordOrPublicKeyManaged.withRootPassword(String rootPassword) Specifies the SSH root password for the Linux virtual machine.VirtualMachine.DefinitionStages.WithOS.withSpecializedLinuxCustomImage(String customImageId) Specifies the resource ID of a specialized Linux custom image to be used as the virtual machines' OS.VirtualMachine.DefinitionStages.WithOS.withSpecializedLinuxGalleryImageVersion(String galleryImageVersionId) Specifies the resource ID of a specialized Linux gallery image version to be used as the virtual machines' OS.Specifies the SSH public key.Specifies an SSH public key.