Class LinuxVirtualMachineScaleSetAutomaticInstanceRepair
Inheritance
System.Object
LinuxVirtualMachineScaleSetAutomaticInstanceRepair
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 LinuxVirtualMachineScaleSetAutomaticInstanceRepair
Fields
View SourceEnabled
Should the automatic instance repair be enabled on this Virtual Machine Scale Set?
Declaration
public readonly bool Enabled
Field Value
| Type | Description |
|---|---|
| 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 readonly string GracePeriod
Field Value
| Type | Description |
|---|---|
| System.String |