Show / Hide Table of Contents

Class ScaleSetOsProfileWindowsConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ScaleSetOsProfileWindowsConfigArgs
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 ScaleSetOsProfileWindowsConfigArgs : ResourceArgs

Constructors

View Source

ScaleSetOsProfileWindowsConfigArgs()

Declaration
public ScaleSetOsProfileWindowsConfigArgs()

Properties

View Source

AdditionalUnattendConfigs

An Additional Unattended Config block as documented below.

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

EnableAutomaticUpgrades

Indicates whether virtual machines in the scale set are enabled for automatic updates.

Declaration
public Input<bool> EnableAutomaticUpgrades { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

ProvisionVmAgent

Indicates whether virtual machine agent should be provisioned on the virtual machines in the scale set.

Declaration
public Input<bool> ProvisionVmAgent { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Winrms

A collection of WinRM configuration blocks as documented below.

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