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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET