Lezen in het Engels

Delen via


ComputeFleetWindowsConfiguration Class

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.

Specifies Windows operating system settings on the virtual machine.

C#
public class ComputeFleetWindowsConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetWindowsConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetWindowsConfiguration>
Inheritance
ComputeFleetWindowsConfiguration
Implements

Constructors

Properties

AdditionalUnattendContent

Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.

IsAutomaticUpdatesEnabled

Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. For virtual machine scale sets, this property can be updated and updates will take effect on OS reprovisioning.

IsVmAgentPlatformUpdatesEnabled

Indicates whether VMAgent Platform Updates is enabled for the Windows virtual machine. Default value is false.

IsVmAgentProvisioned

Indicates whether virtual machine agent should be provisioned on the virtual machine. When this property is not specified in the request body, it is set to true by default. This will ensure that VM Agent is installed on the VM so that extensions can be added to the VM later.

PatchSettings

[Preview Feature] Specifies settings related to VM Guest Patching on Windows.

TimeZone

Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time". Possible values can be TimeZoneInfo.Id value from time zones returned by TimeZoneInfo.GetSystemTimeZones.

WinRMListeners

The list of Windows Remote Management listeners.

Methods

Explicit Interface Implementations

Applies to

Product Versies
Azure SDK for .NET Latest, Preview