Show / Hide Table of Contents

Class LinuxVirtualMachineScaleSetAutomaticOsUpgradePolicyGetArgs

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

Constructors

View Source

LinuxVirtualMachineScaleSetAutomaticOsUpgradePolicyGetArgs()

Declaration
public LinuxVirtualMachineScaleSetAutomaticOsUpgradePolicyGetArgs()

Properties

View Source

DisableAutomaticRollback

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

Declaration
public Input<bool> DisableAutomaticRollback { get; set; }
Property Value
Type Description
Input<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 Input<bool> EnableAutomaticOsUpgrade { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.