IWithOS Interface

Definition

The stage of the virtual machine scale set definition allowing to specify the operating system image.

public interface IWithOS : Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Definition.IWithOSBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithOS = interface
    interface IWithOSBeta
    interface IBeta
Public Interface IWithOS
Implements IBeta, IWithOSBeta
Derived
Implements

Methods

WithLatestLinuxImage(String, String, String)

Specifies that the latest version of a marketplace Linux image should be used.

WithLatestWindowsImage(String, String, String)

Specifies that the latest version of the specified marketplace Windows image should be used.

WithLinuxCustomImage(String)

Specifies the ID of a Linux custom image to be used.

WithLinuxGalleryImageVersion(String)

Specifies the resource ID of a Linux gallery image version to be used as the virtual machines scaleset OS.

(Inherited from IWithOSBeta)
WithPopularLinuxImage(KnownLinuxVirtualMachineImage)

Specifies a known marketplace Linux image used as the virtual machine's operating system.

WithPopularWindowsImage(KnownWindowsVirtualMachineImage)

Specifies a known marketplace Windows image used as the operating system for the virtual machines in the scale set.

WithSpecificLinuxImageVersion(ImageReference)

Specifies the specific version of a market-place Linux image that should be used.

WithSpecificWindowsImageVersion(ImageReference)

Specifies the specific version of a marketplace Windows image needs to be used.

WithStoredLinuxImage(String)

Specifies the user (custom) Linux image used as the virtual machine's operating system.

WithStoredWindowsImage(String)

Specifies the user (custom) Windows image to be used as the operating system for the virtual machines in the scale set.

WithWindowsCustomImage(String)

Specifies the ID of a Windows custom image to be used.

WithWindowsGalleryImageVersion(String)

Specifies the resource ID of a Windows gallery image version to be used as the virtual machine scaleset OS.

(Inherited from IWithOSBeta)

Applies to