AdditionalUnattendContent コンストラクター

定義

オーバーロード

AdditionalUnattendContent()

AdditionalUnattendContent クラスの新しいインスタンスを初期化します。

AdditionalUnattendContent(Nullable<PassNames>, Nullable<ComponentNames>, Nullable<SettingNames>, String)

AdditionalUnattendContent クラスの新しいインスタンスを初期化します。

AdditionalUnattendContent()

AdditionalUnattendContent クラスの新しいインスタンスを初期化します。

public AdditionalUnattendContent ();
Public Sub New ()

適用対象

AdditionalUnattendContent(Nullable<PassNames>, Nullable<ComponentNames>, Nullable<SettingNames>, String)

AdditionalUnattendContent クラスの新しいインスタンスを初期化します。

public AdditionalUnattendContent (Microsoft.Azure.Management.Compute.Models.PassNames? passName = default, Microsoft.Azure.Management.Compute.Models.ComponentNames? componentName = default, Microsoft.Azure.Management.Compute.Models.SettingNames? settingName = default, string content = default);
new Microsoft.Azure.Management.Compute.Models.AdditionalUnattendContent : Nullable<Microsoft.Azure.Management.Compute.Models.PassNames> * Nullable<Microsoft.Azure.Management.Compute.Models.ComponentNames> * Nullable<Microsoft.Azure.Management.Compute.Models.SettingNames> * string -> Microsoft.Azure.Management.Compute.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)

パラメーター

passName
Nullable<PassNames>

パス名。 現在、許容される値は OobeSystem のみです。 指定できる値は次のとおりです: 'OobeSystem'

componentName
Nullable<ComponentNames>

コンポーネントの名前。 現在、許容される値は Microsoft-Windows-Shell-Setup のみです。 使用可能な値は次のとおりです: 'Microsoft-Windows-Shell-Setup'

settingName
Nullable<SettingNames>

コンテンツが適用される設定の名前を指定します。 使用できる値は、FirstLogonCommands と AutoLogon です。 指定できる値は、'AutoLogon'、'FirstLogonCommands' です。

content
String

指定したパスとコンポーネントのunattend.xml ファイルに追加される XML 形式のコンテンツを指定します。 XML は 4 KB 未満である必要があり、挿入される設定または機能のルート要素を含める必要があります。

適用対象