Show / Hide Table of Contents

Class ScaleSetOsProfileWindowsConfigGetArgs

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

Constructors

View Source

ScaleSetOsProfileWindowsConfigGetArgs()

Declaration
public ScaleSetOsProfileWindowsConfigGetArgs()

Properties

View Source

AdditionalUnattendConfigs

An Additional Unattended Config block as documented below.

Declaration
public InputList<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigGetArgs> AdditionalUnattendConfigs { get; set; }
Property Value
Type Description
InputList<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigGetArgs>
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<ScaleSetOsProfileWindowsConfigWinrmGetArgs> Winrms { get; set; }
Property Value
Type Description
InputList<ScaleSetOsProfileWindowsConfigWinrmGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.