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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET