Show / Hide Table of Contents

Class WindowsVirtualMachineScaleSetAutomaticInstanceRepairArgs

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

Constructors

View Source

WindowsVirtualMachineScaleSetAutomaticInstanceRepairArgs()

Declaration
public WindowsVirtualMachineScaleSetAutomaticInstanceRepairArgs()

Properties

View Source

Enabled

Should the automatic instance repair be enabled on this Virtual Machine Scale Set?

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

GracePeriod

Amount of time (in minutes, between 30 and 90, defaults to 30 minutes) for which automatic repairs will be delayed. The grace period starts right after the VM is found unhealthy. The time duration should be specified in ISO 8601 format.

Declaration
public Input<string> GracePeriod { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.