Show / Hide Table of Contents

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 Source

AdditionalUnattendConfigs

An Additional Unattended Config block as documented below.

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

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

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

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.