DownloadContent(ProvisioningOsType, DownloadOsProfile) Constructor

Definition

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.

Applies to