Partager via


ImageOSDisk(SupportedOperatingSystemType, OperatingSystemStateType) Constructeur

Définition

Initialise une nouvelle instance d’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)

Paramètres

osType
SupportedOperatingSystemType

Cette propriété vous permet de spécifier le type du système d’exploitation inclus dans le disque si vous créez une machine virtuelle à partir d’une image personnalisée. Les valeurs possibles sont : Windows,Linux..

osState
OperatingSystemStateType

État du système d’exploitation. Pour les images managées, utilisez Généralisé.

S’applique à