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