ImageOSDisk(SupportedOperatingSystemType, OperatingSystemStateType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET