Share via


VirtualMachineScaleSetVmExtensionPatch.SuppressFailures Property

Definition

Indicates whether failures stemming from the extension will be suppressed (Operational failures such as not connecting to the VM will not be suppressed regardless of this value). The default is false.

public bool? SuppressFailures { get; set; }
member this.SuppressFailures : Nullable<bool> with get, set
Public Property SuppressFailures As Nullable(Of Boolean)

Property Value

Applies to