ImageOSDisk(SupportedOperatingSystemType, OperatingSystemStateType) Constructor

Definition

Initializes a new instance of ImageOSDisk.

public ImageOSDisk (Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType osType, Azure.ResourceManager.Compute.Models.OperatingSystemStateType osState);
new Azure.ResourceManager.Compute.Models.ImageOSDisk : Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType * Azure.ResourceManager.Compute.Models.OperatingSystemStateType -> Azure.ResourceManager.Compute.Models.ImageOSDisk
Public Sub New (osType As SupportedOperatingSystemType, osState As OperatingSystemStateType)

Parameters

osType
SupportedOperatingSystemType

This property allows you to specify the type of the OS that is included in the disk if creating a VM from a custom image. Possible values are: Windows, Linux..

osState
OperatingSystemStateType

The OS State. For managed images, use Generalized.

Applies to