Share via


UnattendComponent Constructors

Definition

Overloads

UnattendComponent()

Initializes a new instance of the UnattendComponent class.

UnattendComponent(String)

Initializes a new instance of the UnattendComponent class with required arguments.

UnattendComponent()

Initializes a new instance of the UnattendComponent class.

public UnattendComponent();
Public Sub New ()

Applies to

UnattendComponent(String)

Initializes a new instance of the UnattendComponent class with required arguments.

public UnattendComponent(string componentName);
new Microsoft.WindowsAzure.Management.Compute.Models.UnattendComponent : string -> Microsoft.WindowsAzure.Management.Compute.Models.UnattendComponent
Public Sub New (componentName As String)

Parameters

componentName
String

Applies to