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