VirtualMachineExtension.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 Azure.Provisioning.BicepValue<bool> SuppressFailures { get; set; }
member this.SuppressFailures : Azure.Provisioning.BicepValue<bool> with get, set
Public Property SuppressFailures As BicepValue(Of Boolean)

Property Value

Applies to