Class VirtualMachineOsProfileWindowsConfigArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class VirtualMachineOsProfileWindowsConfigArgs : ResourceArgs
Constructors
View SourceVirtualMachineOsProfileWindowsConfigArgs()
Declaration
public VirtualMachineOsProfileWindowsConfigArgs()
Properties
View SourceAdditionalUnattendConfigs
A additional_unattend_config block.
Declaration
public InputList<VirtualMachineOsProfileWindowsConfigAdditionalUnattendConfigArgs> AdditionalUnattendConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VirtualMachineOsProfileWindowsConfigAdditionalUnattendConfigArgs> |
EnableAutomaticUpgrades
Are automatic updates enabled on this Virtual Machine? Defaults to false.
Declaration
public Input<bool> EnableAutomaticUpgrades { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
ProvisionVmAgent
Should the Azure Virtual Machine Guest Agent be installed on this Virtual Machine? Defaults to false.
Declaration
public Input<bool> ProvisionVmAgent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Timezone
Specifies the time zone of the virtual machine, the possible values are defined here.
Declaration
public Input<string> Timezone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Winrms
One or more winrm block.
Declaration
public InputList<VirtualMachineOsProfileWindowsConfigWinrmArgs> Winrms { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<VirtualMachineOsProfileWindowsConfigWinrmArgs> |