Class ScaleSetOsProfileWindowsConfigArgs
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 ScaleSetOsProfileWindowsConfigArgs : ResourceArgs
Constructors
View SourceScaleSetOsProfileWindowsConfigArgs()
Declaration
public ScaleSetOsProfileWindowsConfigArgs()
Properties
View SourceAdditionalUnattendConfigs
An Additional Unattended Config block as documented below.
Declaration
public InputList<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigArgs> AdditionalUnattendConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfigArgs> |
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> |
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> |
Winrms
A collection of WinRM configuration blocks as documented below.
Declaration
public InputList<ScaleSetOsProfileWindowsConfigWinrmArgs> Winrms { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<ScaleSetOsProfileWindowsConfigWinrmArgs> |