AdditionalUnattendContent Constructors
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.
Overloads
AdditionalUnattendContent() | |
AdditionalUnattendContent(Nullable<PassNames>, Nullable<ComponentNames>, Nullable<SettingNames>, String) |
AdditionalUnattendContent()
public AdditionalUnattendContent ();
Public Sub New ()
Applies to
AdditionalUnattendContent(Nullable<PassNames>, Nullable<ComponentNames>, Nullable<SettingNames>, String)
public AdditionalUnattendContent (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.PassNames? passName = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ComponentNames? componentName = default, Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SettingNames? settingName = default, string content = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.AdditionalUnattendContent : Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.PassNames> * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.ComponentNames> * Nullable<Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.SettingNames> * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.AdditionalUnattendContent
Public Sub New (Optional passName As Nullable(Of PassNames) = Nothing, Optional componentName As Nullable(Of ComponentNames) = Nothing, Optional settingName As Nullable(Of SettingNames) = Nothing, Optional content As String = Nothing)
Parameters
- componentName
- Nullable<ComponentNames>
- settingName
- Nullable<SettingNames>
- content
- String