ProvisioningContent(ProvisioningOsType, OsProvisionProfile) 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 ProvisioningContent.
public ProvisioningContent(Azure.ResourceManager.Hci.Models.ProvisioningOsType target, Azure.ResourceManager.Hci.Models.OsProvisionProfile osProfile);
new Azure.ResourceManager.Hci.Models.ProvisioningContent : Azure.ResourceManager.Hci.Models.ProvisioningOsType * Azure.ResourceManager.Hci.Models.OsProvisionProfile -> Azure.ResourceManager.Hci.Models.ProvisioningContent
Public Sub New (target As ProvisioningOsType, osProfile As OsProvisionProfile)
Parameters
- target
- ProvisioningOsType
Target operating system to support polymorphic resource.
- osProfile
- OsProvisionProfile
Operating system profile.
Exceptions
osProfile is null.