Class VirtualMachineOsProfileWindowsConfig
Inheritance
System.Object
VirtualMachineOsProfileWindowsConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Compute.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualMachineOsProfileWindowsConfig
Fields
View SourceAdditionalUnattendConfigs
A additional_unattend_config block.
Declaration
public readonly ImmutableArray<VirtualMachineOsProfileWindowsConfigAdditionalUnattendConfig> AdditionalUnattendConfigs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<VirtualMachineOsProfileWindowsConfigAdditionalUnattendConfig> |
EnableAutomaticUpgrades
Are automatic updates enabled on this Virtual Machine? Defaults to false.
Declaration
public readonly bool? EnableAutomaticUpgrades
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ProvisionVmAgent
Should the Azure Virtual Machine Guest Agent be installed on this Virtual Machine? Defaults to false.
Declaration
public readonly bool? ProvisionVmAgent
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Timezone
Specifies the time zone of the virtual machine, the possible values are defined here.
Declaration
public readonly string Timezone
Field Value
| Type | Description |
|---|---|
| System.String |
Winrms
One or more winrm block.
Declaration
public readonly ImmutableArray<VirtualMachineOsProfileWindowsConfigWinrm> Winrms
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<VirtualMachineOsProfileWindowsConfigWinrm> |