你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AdditionalUnattendContent Constructors

Definition

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

passName
Nullable<PassNames>
componentName
Nullable<ComponentNames>
settingName
Nullable<SettingNames>
content
String

Applies to