Class LinuxVirtualMachineScaleSetAutomaticInstanceRepairArgs
Inheritance
System.Object
LinuxVirtualMachineScaleSetAutomaticInstanceRepairArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinuxVirtualMachineScaleSetAutomaticInstanceRepairArgs : ResourceArgs
Constructors
View SourceLinuxVirtualMachineScaleSetAutomaticInstanceRepairArgs()
Declaration
public LinuxVirtualMachineScaleSetAutomaticInstanceRepairArgs()
Properties
View SourceEnabled
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> |
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> |