Show / Hide Table of Contents

Class VirtualMachineOsProfileWindowsConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VirtualMachineOsProfileWindowsConfigArgs
Inherited Members
ResourceArgs.Empty
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 Source

VirtualMachineOsProfileWindowsConfigArgs()

Declaration
public VirtualMachineOsProfileWindowsConfigArgs()

Properties

View Source

AdditionalUnattendConfigs

A additional_unattend_config block.

Declaration
public InputList<VirtualMachineOsProfileWindowsConfigAdditionalUnattendConfigArgs> AdditionalUnattendConfigs { get; set; }
Property Value
Type Description
InputList<VirtualMachineOsProfileWindowsConfigAdditionalUnattendConfigArgs>
View Source

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>
View Source

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>
View Source

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>
View Source

Winrms

One or more winrm block.

Declaration
public InputList<VirtualMachineOsProfileWindowsConfigWinrmArgs> Winrms { get; set; }
Property Value
Type Description
InputList<VirtualMachineOsProfileWindowsConfigWinrmArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.