WindowsConfiguration コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WindowsConfiguration() |
WindowsConfiguration クラスの新しいインスタンスを初期化します。 |
WindowsConfiguration(Nullable<Boolean>, Nullable<Boolean>, String, IList<AdditionalUnattendContent>, PatchSettings, WinRMConfiguration) |
WindowsConfiguration クラスの新しいインスタンスを初期化します。 |
WindowsConfiguration()
WindowsConfiguration クラスの新しいインスタンスを初期化します。
public WindowsConfiguration();
Public Sub New ()
適用対象
WindowsConfiguration(Nullable<Boolean>, Nullable<Boolean>, String, IList<AdditionalUnattendContent>, PatchSettings, WinRMConfiguration)
WindowsConfiguration クラスの新しいインスタンスを初期化します。
public WindowsConfiguration(bool? provisionVMAgent = default, bool? enableAutomaticUpdates = default, string timeZone = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.AdditionalUnattendContent> additionalUnattendContent = default, Microsoft.Azure.Management.Compute.Fluent.Models.PatchSettings patchSettings = default, Microsoft.Azure.Management.Compute.Fluent.Models.WinRMConfiguration winRM = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.WindowsConfiguration : Nullable<bool> * Nullable<bool> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Fluent.Models.AdditionalUnattendContent> * Microsoft.Azure.Management.Compute.Fluent.Models.PatchSettings * Microsoft.Azure.Management.Compute.Fluent.Models.WinRMConfiguration -> Microsoft.Azure.Management.Compute.Fluent.Models.WindowsConfiguration
Public Sub New (Optional provisionVMAgent As Nullable(Of Boolean) = Nothing, Optional enableAutomaticUpdates As Nullable(Of Boolean) = Nothing, Optional timeZone As String = Nothing, Optional additionalUnattendContent As IList(Of AdditionalUnattendContent) = Nothing, Optional patchSettings As PatchSettings = Nothing, Optional winRM As WinRMConfiguration = Nothing)
パラメーター
仮想マシン上に仮想マシン エージェントをプロビジョニングするかどうかを示します。 <br br><> このプロパティが要求本文で指定されていない場合、既定の動作では true に設定されます。 これにより、VM エージェントが VM にインストールされ、後で拡張機能を VM に追加できるようになります。
Windows 仮想マシンに対して自動更新が有効になっているかどうかを示します。 既定値は true です。 <br><br> 仮想マシン スケール セットの場合、このプロパティを更新でき、更新は OS の再プロビジョニングで有効になります。
- timeZone
- String
仮想マシンのタイム ゾーンを指定します。 例: "太平洋標準時" <br br><> 可能な値は、TimeZoneInfo.GetSystemTimeZones によって返されるタイム ゾーンから値を TimeZoneInfo.Id できます。
- additionalUnattendContent
- IList<AdditionalUnattendContent>
Windows セットアップで使用される、Unattend.xml ファイルに含めることができる追加の Base 64 でエンコードされた XML 形式の情報を指定します。
- patchSettings
- PatchSettings
ゲスト内パッチ適用 (KB) に関連する設定を指定します。
- winRM
- WinRMConfiguration
Windows リモート管理リスナーを指定します。 これによって、リモートの Windows PowerShell が有効になります。
適用対象
Azure SDK for .NET