Class ScaleSetOsProfileWindowsConfig
Inheritance
System.Object
ScaleSetOsProfileWindowsConfig
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 ScaleSetOsProfileWindowsConfig
Fields
View SourceAdditionalUnattendConfigs
An Additional Unattended Config block as documented below.
Declaration
public readonly ImmutableArray<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfig> AdditionalUnattendConfigs
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ScaleSetOsProfileWindowsConfigAdditionalUnattendConfig> |
EnableAutomaticUpgrades
Indicates whether virtual machines in the scale set are enabled for automatic updates.
Declaration
public readonly bool? EnableAutomaticUpgrades
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
ProvisionVmAgent
Indicates whether virtual machine agent should be provisioned on the virtual machines in the scale set.
Declaration
public readonly bool? ProvisionVmAgent
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Winrms
A collection of WinRM configuration blocks as documented below.
Declaration
public readonly ImmutableArray<ScaleSetOsProfileWindowsConfigWinrm> Winrms
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<ScaleSetOsProfileWindowsConfigWinrm> |