Show / Hide Table of Contents

Class LinuxVirtualMachineScaleSetAutomaticOsUpgradePolicy

Inheritance
System.Object
LinuxVirtualMachineScaleSetAutomaticOsUpgradePolicy
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 LinuxVirtualMachineScaleSetAutomaticOsUpgradePolicy

Fields

View Source

DisableAutomaticRollback

Should automatic rollbacks be disabled? Changing this forces a new resource to be created.

Declaration
public readonly bool DisableAutomaticRollback
Field Value
Type Description
System.Boolean
View Source

EnableAutomaticOsUpgrade

Should OS Upgrades automatically be applied to Scale Set instances in a rolling fashion when a newer version of the OS Image becomes available? Changing this forces a new resource to be created.

Declaration
public readonly bool EnableAutomaticOsUpgrade
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.