Show / Hide Table of Contents

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 Source

AdditionalUnattendConfigs

A additional_unattend_config block.

Declaration
public readonly ImmutableArray<VirtualMachineOsProfileWindowsConfigAdditionalUnattendConfig> AdditionalUnattendConfigs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<VirtualMachineOsProfileWindowsConfigAdditionalUnattendConfig>
View Source

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

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

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

Winrms

One or more winrm block.

Declaration
public readonly ImmutableArray<VirtualMachineOsProfileWindowsConfigWinrm> Winrms
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<VirtualMachineOsProfileWindowsConfigWinrm>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.