IWithOSBeta Interface

Definition

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

public interface IWithOSBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithOSBeta = interface
    interface IBeta
Public Interface IWithOSBeta
Implements IBeta
Derived
Implements

Methods

WithLinuxGalleryImageVersion(String)

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

WithWindowsGalleryImageVersion(String)

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

Applies to